An MCP capability router: one search tool instead of every server's tool schema.
claude mcp add autorouter -- npx -y autorouter-mcp
claude_desktop_config.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"autorouter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Webb-Ventures--autorouter/reviews or the review_server meta-tool.
POST /mcp