MCP Bench Router MCP Server
io.github.K1ta141k/mcp-bench-router
What is the MCP Bench Router MCP server?
Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories.
How to install MCP Bench Router
Copy-paste configuration for popular MCP clients.
OPENROUTER_API_KEYrequiredsecretOpenRouter API key for query_design_model and query_specific_model tools. Get one at https://openrouter.ai/keys
{
"mcpServers": {
"mcp-bench-router": {
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
],
"env": {
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-bench-router": {
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
],
"env": {
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-bench-router": {
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
],
"env": {
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>"
}
}
}
}{
"servers": {
"mcp-bench-router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
],
"env": {
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>"
}
}
}
}claude mcp add mcp-bench-router --env OPENROUTER_API_KEY=<YOUR_OPENROUTER_API_KEY> -- npx -y mcp-bench-routerRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.