mcp server for Cline
dev.leanroute/mcp-server
Leanroute MCP: route to 13 LLM providers, check pricing/usage/credit, manage keys from any agent.
client:Cline
transport:stdio
runtime:npm
Install mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs