Skip to content

Quickstart

Get AllMCP connected to your AI clients in under 90 seconds.

Sign up Log in Browse providers
  1. Run the one-command setup

    In any terminal (Node.js 18.17+):

    Terminal window
    npx allmcp

    The interactive setup walks you through everything:

    1. Sign in — your browser opens for a 5-second OAuth sign-in (Google or GitHub). No API key needed.
    2. Pick your clients — Claude Desktop, Claude Code, Codex, Cursor, and ChatGPT are auto-detected and preselected.
    3. Review the plan — it shows exactly what it will write before touching anything, backs existing configs up to .bak, and never removes your other MCP servers.
    4. Verify — it makes a first call to your endpoint and confirms your providers are live.
    Scripting, CI, or prefer an API key?

    Grab a key at allmcp.co/login (it looks like allmcp_xxxxxxxxxxxxxxxxxxxxxxxx) and use the non-interactive form:

    Terminal window
    npx allmcp install claude-desktop --key YOUR_API_KEY

    The key can also come from the ALLMCP_KEY environment variable. allmcp login, allmcp status, and allmcp doctor cover sign-in, connection health, and troubleshooting from the terminal.

  2. Or set up one client at a time

    Run one command in a terminal — keyless by default (Claude Desktop signs you in from the browser on first launch):

    Terminal window
    npx allmcp install claude-desktop

    It backs your existing config up to claude_desktop_config.json.bak and merges AllMCP in without touching your other servers. Then fully quit and reopen Claude Desktop.

    Need Node? → nodejs.org (Claude Desktop needs it to reach remote servers anyway).

    Prefer to edit the config by hand?

    Open the config file:

    • Windows: C:\Users\<your-username>\AppData\Roaming\Claude\claude_desktop_config.json (same as %APPDATA%\Claude\…)
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    Add the allmcp entry (Claude Desktop reaches remote servers through the mcp-remote bridge, so Node.js must be installed). Keyless — the sign-in happens in your browser on first launch:

    {
    "mcpServers": {
    "allmcp": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://go.allmcp.co/mcp/"]
    }
    }
    }

    Or pin an API key instead of OAuth:

    {
    "mcpServers": {
    "allmcp": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://go.allmcp.co/mcp/", "--header", "X-API-Key:${ALLMCP_API_KEY}"],
    "env": {
    "ALLMCP_API_KEY": "YOUR_API_KEY"
    }
    }
    }
    }

    Save the file and fully quit and reopen Claude Desktop.

  3. Verify the connection

    Open a new conversation and type:

    List the available integrations

    Your agent will return a catalog of everything AllMCP supports, along with the connection status for each provider.

  4. Connect your first provider

    Connect my Bitrix24. The webhook URL is https://portal.bitrix24.ru/rest/1/abc123secret/