Claude Code
Connect AllMCP to Claude Code with a single command.
Get your API key Browse providersFastest way: one command
Section titled “Fastest way: one command”Run this in your terminal, replacing YOUR_API_KEY with your AllMCP key:
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.
Choose where it’s saved
Section titled “Choose where it’s saved”Claude Code stores MCP servers at three scopes. Add --scope to pick one:
Private to you, loads only in the current project.
claude mcp add --transport http allmcp --scope local https://go.allmcp.co/mcp/ --header "X-API-Key: YOUR_API_KEY"Private to you, available in every project on your machine.
claude mcp add --transport http allmcp --scope user https://go.allmcp.co/mcp/ --header "X-API-Key: YOUR_API_KEY"Saved to .mcp.json in the project root so your team shares it via version control.
claude mcp add --transport http allmcp --scope project https://go.allmcp.co/mcp/ --header "X-API-Key: YOUR_API_KEY"Verify it’s working
Section titled “Verify it’s working”List your configured servers:
claude mcp listThen start Claude Code and ask:
What integrations does AllMCP support?Scoping to a specific user
Section titled “Scoping to a specific user”To keep each person’s connected providers separate, add user_id to the URL:
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.
Next steps
Section titled “Next steps” Quickstart Connect AllMCP to your agent in under 2 minutes.
All providers Browse every connected provider.
Multi-tenancy How clients, organizations, and users map to credentials.