Odel
MCP Bench Router

MCP Bench Router

Local
@k1ta141k7TypeScriptMITUpdated 7mo ago

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).

npmmcp-bench-routerv1.0.1

Run

npx -y mcp-bench-router

MCP client config

{
  "mcpServers": {
    "mcp-bench-router": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bench-router"
      ]
    }
  }
}