What is the Robot Resources Router MCP server?
Intelligent LLM routing proxy — 60-90% cost savings by auto-selecting the cheapest model
How to install Robot Resources Router
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"router": {
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@robot-resources/router-mcp"
]
}
}
}Claude Code
claude mcp add router -- npx -y @robot-resources/router-mcpRelated MCP servers
Token compression for web content — 70-80% reduction from HTML to clean markdown
View repository →