5 分钟内运行 MCPHub
# 使用默认配置运行 docker run -p 3000:3000 samanhappy/mcphub
# 使用自定义 MCP 设置运行 docker run -p 3000:3000 \ -v $(pwd)/mcp_settings.json:/app/mcp_settings.json \ samanhappy/mcphub
http://localhost:3000
admin
admin123
fetch
uvx
["mcp-server-fetch"]
{ "name": "fetch", "command": "uvx", "args": ["mcp-server-fetch"], "env": {} }
http://localhost:3000/mcp
Web Fetch 服务器
{ "name": "fetch", "command": "uvx", "args": ["mcp-server-fetch"] }
Playwright 浏览器自动化
{ "name": "playwright", "command": "npx", "args": ["@playwright/mcp@latest", "--headless"] }
高德地图(需要 API 密钥)
{ "name": "amap", "command": "npx", "args": ["-y", "@amap/amap-maps-mcp-server"], "env": { "AMAP_MAPS_API_KEY": "your-api-key-here" } }
Slack 集成
{ "name": "slack", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-slack"], "env": { "SLACK_BOT_TOKEN": "your-bot-token", "SLACK_TEAM_ID": "your-team-id" } }
服务器无法启动
无法从 AI 客户端连接
身份验证问题