Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-bench-router
MCP client config
{
"mcpServers": {
"mcp-bench-router": {
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
]
}
}
}