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
{
"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