Claude Desktop Quickstart
Basic RouterMCP configuration for Claude Desktop
⏱️ Setup time: 5 minutes•Difficulty: beginner
Configuration
Copy the config for your MCP client. Replace your_api_key with your RouterMCP API key.
{
"mcpServers": {
"routermcp": {
"url": "https://your-project.workers.dev/v1/mcp/claude-desktop-quickstart/request",
"apiKey": "your_api_key_here"
}
}
}Quick Setup
- Create a project in your RouterMCP dashboard
- Add servers for each tool in this pack (see list above)
- Generate an API key in API Keys
- Copy the config above and paste into your MCP client
- Test the connection with the cURL snippet