ModelShortlist for Claude Desktop
io.github.agenticartists/modelshortlist
Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.
client:Claude Desktop
transport:stdio
runtime:npm
Install ModelShortlist in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
],
"env": {
"ARTIFICIAL_ANALYSIS_API_KEY": "<ARTIFICIAL_ANALYSIS_API_KEY>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs