Loading MCP server directory, please wait...
Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.
npx @getmcp/cli add io.github.AgenticArtists/modelshortlistRequires Node.js 18+. Community-contributed server. Review source before installing.
ARTIFICIAL_ANALYSIS_API_KEYArtificial Analysis API key used to fetch benchmark and model-performance data.
OPENROUTER_API_KEYOpenRouter API key used to fetch model catalog and optional ZDR endpoint data.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AgenticArtists/modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
],
"env": {
"ARTIFICIAL_ANALYSIS_API_KEY": "",
"OPENROUTER_API_KEY": ""
}
}
}
}