ModelShortlist for Grok
io.github.agenticartists/modelshortlist
Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.
client:Grok
transport:stdio
runtime:npm
Install ModelShortlist in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs