.agents/skills/mcp-hub/SKILL.md
Access 1200+ AI Agent tools via Model Context Protocol (MCP)
npx skillsauth add 305s/magicallesson mcp-hubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.
Example prompts:
Claude ←→ MCP Server ←→ External Resource
(Protocol) (Files, APIs, DBs)
| Server | Function | Stars | |--------|----------|-------| | filesystem | Read/write local files | Official | | google-drive | Access Google Docs/Sheets | 5k+ | | puppeteer | Browser automation, PDF gen | 10k+ | | sqlite | Database queries | Official |
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/documents"
]
},
"google-drive": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-google-drive"]
}
}
}
Browse available servers:
# MCP tools become available to Claude automatically
# Example: filesystem MCP provides these tools:
# read_file(path) - Read file contents
# write_file(path, content) - Write to file
# list_directory(path) - List directory contents
# search_files(query) - Search for files
# Install required dependencies
pip install python-docx openpyxl python-pptx reportlab jinja2
tools
Automate customer support workflows with Zendesk ticket management, routing, and analytics
tools
Automate YouTube content workflows including video management, analytics, scheduling, and channel optimization
content-media
Create, edit, and manipulate Excel spreadsheets programmatically using openpyxl
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment