r/mcp 线程提出了正确的问题:哪些 MCP 实际上有用,哪些在理论上很酷。这将审核您的真实工作流程 → 选择 4-6 个赢得席位的 MCP。
前置条件
- Claude Code、Cursor、Windsurf 或其他支持 MCP 的客户端
- 诚实地描述你本周实际做了什么
操作指南
步骤 1: 记录 3 天内所做的每项任务
诚实的日记。
Text
// Day 1-3 task log: e.g. 'edit src/api.ts to add /v2/users endpoint', 'find latest fastapi docs for X', 'pull recent issues for django bug Y'.步骤 2: 按外部依赖性对任务进行分类
本地、网络、代码、票证等
Text
// Categories: filesystem, git, web search, framework docs, ticket system, code search, memory across sessions, anything-else步骤 3: 将类别与 MCP 匹配
每个类别 1 个 MCP,而不是每个任务 1 个 MCP。
Text
// Filesystem -> official filesystem MCP
// Git ops -> official git MCP
// Web search + Reddit + YouTube -> Scavio MCP (one MCP, multi-platform)
// Code search -> Semble or sourcegraph-cody-bridge
// Tickets -> Linear MCP / GitHub Issues MCP
// Memory -> basic-memory or knowledge-graph-memory步骤 4: 删除 3 天内未点击的类别
如果你没有使用过它,那么你就不需要它。
Text
// Common drops: Twitter, YouTube scraping, Slack memory.步骤 5: 安装 4-6 个 MCP
每条 CLI 行。
Bash
claude mcp add filesystem ...
claude mcp add git ...
claude mcp add scavio https://mcp.scavio.dev/mcp --header 'x-api-key: $SCAVIO_API_KEY'
claude mcp add linear https://mcp.linear.app/mcp步骤 6: 每月重新审核
不用的就扔掉,当你达到真正的上限时再添加。
Text
// Quarterly: which MCPs fired this month? Drop the bottom 20%.Python 示例
Python
# No code; this is a process tutorial. The savings: token bloat reduction + routing accuracy gain.JavaScript 示例
JavaScript
// Same — process, not code.预期输出
JSON
A 4-6 MCP setup matched to your actual workflow. Faster routing, lower token bloat, easier to debug.