Pick the MCP servers you want → get a paste-ready .mcp.json and claude mcp add commands
Every command verified against its upstream repo (2026-06). Generated in-browser, nothing uploaded.
Repos, PRs, issues, code search. Official remote server with OAuth, nothing to install.
Connects via GitHub OAuth on first use. A local Docker variant (needs a PAT) also exists.
Docs ↗Feeds up-to-date official docs for any library into the agent so it stops using stale APIs.
A remote variant exists at https://mcp.context7.com/mcp (http transport).
Docs ↗Drive a real browser: click, fill forms, screenshot, scrape. Maintained by Microsoft.
Docs ↗Fetch a web page and convert it to markdown for the agent. A recommended starter.
Python server. Requires uv installed (uvx ships with uv).
Docs ↗A structured step-by-step reasoning + revision tool for harder tasks.
Python server. Requires uv.
Docs ↗Read/write a local Git repo: status, diff, log, branches.
Python server. Requires uv.
Docs ↗Time zone conversion and current-time lookups. Small but handy.
Python server. Requires uv.
Docs ↗Official test server exercising every MCP feature. Use it to confirm your client works.
Docs ↗{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/you/projects"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
}How to use
Save it as .mcp.json in your project root so your team shares the same MCP setup. Replace placeholder keys / paths with real values.
MCP gives Claude Code tools. A CLAUDE.md gives it project context. Paste a repo URL to generate one.