You do not need fifty MCP servers. Start with a small, high-leverage set for Claude Desktop and Cursor.
Pick MCP servers that match real workflows: code, data, browser, search.
Core picks
- Filesystem — project-scoped read/write
- GitHub — issues, PRs, repo context
- Postgres / SQLite — structured data tools
- Fetch / browser — web research with caution
- Brave Search or similar — live web answers
- Memory / notes — long-running agent state
- Git — local diffs and history
- Slack / Notion (if you live there)
- Docker — container ops for platform teams
- Custom internal API — your business edge
Document each server’s scopes so teammates install the same safe defaults.
Install pattern
Use npx -y @scope/server with env tokens. Prefer least privilege.
Related
- Browse installable entries on Skills & MCP
- Build your own server