mcpbeat Sign in

ModelShortlist MCP Server

by agenticartists Your server? Claim it
local only

ModelShortlist runs on your own machine — the client starts it, so there is no endpoint to ping. 536 installs a week from npm. Last commit 16 Sep 2026.

Local BYOK MCP for AI model shortlisting using OpenRouter + Artificial Analysis.

Installs per day peak 303 · avg 18
a month agotoday
536
Installs / week
npm · @agentic.artists/modelshortlist
0
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check ModelShortlist every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add modelshortlist -- npx -y @agentic.artists/modelshortlist
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "modelshortlist": {
      "args": [
        "-y",
        "@agentic.artists/modelshortlist"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.modelshortlist]
command = "npx"
args = ["-y", "@agentic.artists/modelshortlist"]
.cursor/mcp.json
{
  "mcpServers": {
    "modelshortlist": {
      "args": [
        "-y",
        "@agentic.artists/modelshortlist"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "modelshortlist": {
      "args": [
        "-y",
        "@agentic.artists/modelshortlist"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARTIFICIAL_ANALYSIS_API_KEY (Artificial Analysis API key used to fetch benchmark and model-performance data.), OPENROUTER_API_KEY (OpenRouter API key used to fetch model catalog and optional ZDR endpoint data.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ModelShortlist

same job, measured the same way
Openrouter
by pipeworx-io

OpenRouter Models MCP.

34 tools answering
Code Analyze MCP
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Aptu Coder
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
I
ShortlistLens
by cleandev-fix

Structured website and review evidence for AI-assisted local-business shortlisting.

5 tools answering
MCP Server for WinDbg Crash Analysis
by svnscha

A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB

1 058 installs/wk local only
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
DeepSeek MCP Server
by dmontgomery40

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

1 154 installs/wk local only

ModelShortlist — questions

Answers built from our own checks of this server.

Why is there no uptime for ModelShortlist?
ModelShortlist runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentic.artists/modelshortlist was installed 536 times last week.
How do I connect ModelShortlist?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentic.artists/modelshortlist straight from npm; nothing to host, nothing to sign up for.
How many people use ModelShortlist?
The npm package @agentic.artists/modelshortlist was installed 536 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ModelShortlist open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.