MCP Bench Router
About
Claude Code sucks at design. Let it delegate it's tasks to better models. Claude will use the MCP to get leaderboard of best design models and query specific code changes using OpenRouter.
Details
- Author
- k1ta141k
- Categories
- Developer Tools, Other, AI
Jump to
Setup
Install MCP Bench Router in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/k1ta141k/mcp-bench-router
Follow the installation instructions in the repository README, then restart your MCP client.
Claude Code sucks at design. Let it delegate it's tasks to better models. Claude will use the MCP to get leaderboard of best design models and query specific code changes using OpenRouter.
MCP server that delegates design tasks to whichever model currently topsdesignarena.ai's crowdsourced leaderboard, viaOpenRouter.
AI coding assistants produce mediocre frontend/design output. designarena.ai maintains a live leaderboard of the best design models, updated every 2 hours. This MCP server lets Claude (or any MCP client) automatically route design tasks to the current best model.
- Node.js >= 18
- AnOpenRouter API key(required forquery_design_modelandquery_specific_model)
claude mcp add mcp-bench-router -s user -e OPENROUTER_API_KEY=sk-or-... -- npx -y mcp-bench-router
Add to~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows):
{ "mcpServers": { "mcp-bench-router": { "command": "npx", "args": ["-y", "mcp-bench-router"], "env": { "OPENROUTER_API_KEY": "sk-or-..." } } } }
Add to.cursor/mcp.jsonin your project root:
{ "mcpServers": { "mcp-bench-router": { "command": "npx", "args": ["-y", "mcp-bench-router"], "env": { "OPENROUTER_API_KEY": "sk-or-..." } } } }
OPENROUTER_API_KEY=sk-or-... npx -y mcp-bench-router
git clone https://github.com/K1ta141k/mcp-bench-router.git cd mcp-bench-router npm install npm run build
Filter by design category:allcategories,website,gamedev,3d,dataviz,uicomponent,image,logo,svg,video,imagetoimage,slides,graphicdesign,tts.
"Use get_best_design_model to see the current top design model"
"Show me the top 20 design models for websites"
"Use query_design_model to create a landing page for a SaaS product"
"Use query_specific_model with claude-sonnet-4-5 to design a dashboard"
- Fetches live rankings from designarena.ai's API (cached 2hr)
- Maps arena model names to OpenRouter IDs (static + dynamic + fuzzy matching)
- Skips codename/unreleased models and picks the best available one
- Routes the prompt through OpenRouter's API
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
Context-optimized security plugin for Claude Code that builds architecture maps and redacts secrets.
Charon gives AI clients scoped, auditable access to Lethe memory. connect to Chatgpt or Claude to store memories locally.
Score CLAUDE.md/AGENTS.md, validate clarx-manifest.json, generate CI workflows, and pull repo scan findings into Cursor, Claude, or Grok.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





