🔌Useful MCP
约 267 字小于 1 分钟
MCPClaude Code
2025-12-09
Claude 安装配置详见:Claude Code 教程,使用
-s user全局安装
热门开源 MCP
modelcontextprotocol/servers
官方MCP服务器合集
microsoft/mcp-for-beginners
微软MCP入门教程
tadata-org/fastapi_mcp
FastAPI转MCP服务器
punkpeye/awesome-mcp-servers
社区MCP服务器列表
平台部署
Vercel
claude mcp add --transport http vercel https://mcp.vercel.com浏览器自动化
Playwright
claude mcp add --transport stdio playwright npx @executeautomation/playwright-mcp-serverChrome DevTools
claude mcp add chrome-devtools npx chrome-devtools-mcp@latestPuppeteer
claude mcp add puppeteer npx @anthropic/mcp-server-puppeteer文件与数据
FileSystem
claude mcp add filesystem npx @anthropic/mcp-server-filesystem /path/to/directoryPostgres
claude mcp add postgres npx @anthropic/mcp-server-postgres postgresql://localhost/mydbMemory
claude mcp add memory npx @anthropic/mcp-server-memory搜索与网络
Brave Search
claude mcp add brave-search npx @anthropic/mcp-server-brave-searchFetch
claude mcp add fetch npx @anthropic/mcp-server-fetchGoogle Maps
claude mcp add google-maps npx @anthropic/mcp-server-google-maps开发工具
GitHub
claude mcp add github npx @anthropic/mcp-server-githubDocker
claude mcp add docker npx @modelcontextprotocol/server-docker