Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.
claude mcp add modelshortlist -- npx -y @agentic.artists/modelshortlist
claude_desktop_config.json
{
"mcpServers": {
"modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"modelshortlist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"modelshortlist": {
"command": "npx",
"args": [
"-y",
"@agentic.artists/modelshortlist"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AgenticArtists--modelshortlist/reviews or the review_server meta-tool.
POST /mcp