Providers
Claude Desktop
Claude Desktop
Configure Claude Desktop to connect to Rapid MCP
Steps
- Open Settings → Developer → Edit Config
- Paste the configuration into
claude_desktop_config - 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"
}
}
}
}