Skip to content

Claude Code

Connect AllMCP to Claude Code with a single command.

Get your API key Browse providers

Run this in your terminal, replacing YOUR_API_KEY with your AllMCP key:

Terminal window
claude mcp add --transport http allmcp https://go.allmcp.co/mcp/ --header "X-API-Key: YOUR_API_KEY"

That’s it — no config file to find or edit. Claude Code stores the server and connects on your next session.


Claude Code stores MCP servers at three scopes. Add --scope to pick one:

Private to you, loads only in the current project.

Terminal window
claude mcp add --transport http allmcp --scope local https://go.allmcp.co/mcp/ --header "X-API-Key: YOUR_API_KEY"

List your configured servers:

Terminal window
claude mcp list

Then start Claude Code and ask:

What integrations does AllMCP support?

To keep each person’s connected providers separate, add user_id to the URL:

Terminal window
claude mcp add --transport http allmcp "https://go.allmcp.co/mcp/?user_id=your-user-id" --header "X-API-Key: YOUR_API_KEY"

Each user_id keeps its own separate set of connected providers, so one person’s credentials never mix with another’s.