/mcp

ModelPicker, inside your IDE.

Your AI coding tool recommends models from its training data — which is months out of date. Install this MCP server and it gets live benchmark scores and pricing for 100+ models. No more gpt-4-turbo in 2026. No API key required.

Claude Code~/.claude/settings.json
{
  "mcpServers": {
    "modelpicker": {
      "type": "http",
      "url": "https://mcp.modelpicker.net/mcp"
    }
  }
}
CursorSettings → MCP → Add Server → HTTP
URL: https://mcp.modelpicker.net/mcp
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "modelpicker": {
      "type": "http",
      "url": "https://mcp.modelpicker.net/mcp"
    }
  }
}

Ask it things like…

RecommendI need a model for a customer support chatbot. Budget is $5/MTok max. What do you recommend?
CompareCompare Claude Sonnet 4.6 vs GPT-4o for structured JSON output — scores, pricing, tradeoffs.
FilterShow me all models under $1/MTok with at least 200K context window, sorted by coding score.
AlternativesI'm using GPT-4o but it's too expensive. Find me cheaper alternatives that score within 10% on tool calling.
Best for taskWhat's the best model for math and reasoning? I don't care about cost, just quality.
Benchmark dataList all benchmarks you test. What does the 'faithfulness' benchmark actually measure?
Value pickWhat's the best bang-for-buck model right now? Sort by quality per dollar.
Multi-criteriaI need a model that's good at coding AND structured output AND costs under $3/MTok. What are my options?