MCP Config Generator

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.

Choose servers (2)

{
  "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.

PRODUCT·Next step

Pair it with a CLAUDE.md

MCP gives Claude Code tools. A CLAUDE.md gives it project context. Paste a repo URL to generate one.