Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

autorouter in other clients