autorouter for Claude Desktop
io.github.webb-ventures/autorouter
An MCP capability router: one search tool instead of every server's tool schema.
client:Claude Desktop
transport:stdio
runtime:npm
Install autorouter in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
],
"env": {
"AUTOROUTER_CONFIG": "<AUTOROUTER_CONFIG>",
"AUTOROUTER_IMPORT": "<AUTOROUTER_IMPORT>",
"AUTOROUTER_SELECTOR_MODE": "<AUTOROUTER_SELECTOR_MODE>",
"AUTOROUTER_SELECTOR_MODEL": "<AUTOROUTER_SELECTOR_MODEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs