mcp server for Claude Desktop
dev.leanroute/mcp-server
Leanroute MCP: route to 13 LLM providers, check pricing/usage/credit, manage keys from any agent.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@leanroute/mcp-server"
],
"env": {
"LEANROUTE_ADMIN_KEY": "<LEANROUTE_ADMIN_KEY>",
"LEANROUTE_RUNTIME_KEY": "<LEANROUTE_RUNTIME_KEY>",
"LEANROUTE_BASE_URL": "<LEANROUTE_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs