// Documentation

Global MCP Config

Add Capy to any IDE or agent with one config change. Pick your client below, copy the snippet, and you're set.

Claude Code

Claude Code

Quick setup

Run this single command to add Capy globally:

claude mcp add --scope user capy -- npx -y capy-mcp@latest

Or add manually

1

Open ~/.claude/mcp.json

$open ~/.claude/mcp.json
2

Paste this into the file

JSON
{
  "mcpServers": {
    "capy": {
      "command": "npx",
      "args": ["-y", "capy-mcp@latest"]
    }
  }
}

For project-shared MCP config, Claude Code uses .mcp.json in the repo root.