🎉 Join our Discord server for chat support & discuss with other community members.

RapidMCP

Providers

Claude Desktop

Configure Claude Desktop to connect to Rapid MCP

Steps

  1. Open Settings → Developer → Edit Config
  2. Paste the configuration into claude_desktop_config
  3. Restart the app

Configuration JSON (npx)

{
  "mcpServers": {
    "RapidMCP": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://rapid-mcp.com/mcp/<serverId>/stream",
        "--header",
        "api-key:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer XXXXXXX"
      }
    }
  }
}