mcp-hub by claude-office-skills/skills
npx skills add https://github.com/claude-office-skills/skills --skill mcp-hub该技能提供对 1200+ 个 MCP(模型上下文协议)服务器的访问——这些是扩展 AI 能力的标准化工具。将 Claude 连接到文件系统、数据库、API 和文档处理工具。
示例提示:
Claude ←→ MCP Server ←→ External Resource
(Protocol) (Files, APIs, DBs)
| 服务器 | 功能 | 星标数 |
|---|---|---|
| filesystem | 读写本地文件 | 官方 |
| google-drive | 访问 Google 文档/表格 | 5k+ |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 浏览器自动化,PDF 生成 |
| 10k+ |
| sqlite | 数据库查询 | 官方 |
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/documents"
]
},
"google-drive": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-google-drive"]
}
}
}
浏览可用服务器:
# MCP 工具会自动提供给 Claude 使用
# 示例:filesystem MCP 提供以下工具:
# read_file(path) - 读取文件内容
# write_file(path, content) - 写入文件
# list_directory(path) - 列出目录内容
# search_files(query) - 搜索文件
# 安装所需依赖
pip install python-docx openpyxl python-pptx reportlab jinja2
周安装量
45
仓库
GitHub 星标数
5
首次出现
2 天前
安全审计
已安装于
claude-code40
gemini-cli10
github-copilot10
codex10
amp10
cline10
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
Weekly Installs
45
Repository
GitHub Stars
5
First Seen
2 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code40
gemini-cli10
github-copilot10
codex10
amp10
cline10
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装