Skip to content
Cursor

ModelShortlist for Cursor

io.github.agenticartists/modelshortlist

Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.

client:Cursor transport:stdio runtime:npm

Install ModelShortlist in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "modelshortlist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentic.artists/modelshortlist"
      ],
      "env": {
        "ARTIFICIAL_ANALYSIS_API_KEY": "<ARTIFICIAL_ANALYSIS_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ModelShortlist in other clients