Llmintel MCP Server
Rank #59,401ai.llmintel/llmintel
Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to.
Llmintel MCP Server is a Model Context Protocol (MCP) server published by hivemindunit. It ranks #59,401 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Llmintel MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 56,190 of 115,591 servers on MCP Toplist.
Use Llmintel MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llmintel -e "LLMINTEL_API_KEY=<your LLMINTEL_API_KEY>" -e "LLMINTEL_BASE_URL=<your LLMINTEL_BASE_URL>" -- npx -y @llmintel/mcpReplace each placeholder with your own value before saving.
[mcp_servers.llmintel]
command = "npx"
args = ["-y", "@llmintel/mcp"]
[mcp_servers.llmintel.env]
LLMINTEL_API_KEY = "<your LLMINTEL_API_KEY>"
LLMINTEL_BASE_URL = "<your LLMINTEL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"llmintel": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"llmintel": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"llmintel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"llmintel": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"llmintel": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.llmintel%2Fllmintel)<a href="https://mcptoplist.com/server/ai.llmintel%2Fllmintel"><img src="https://mcptoplist.com/badge/ai.llmintel%2Fllmintel.svg" alt="MCP Toplist: #59,401 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
hivemindunit
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Llmintel MCP Server?
- Llmintel MCP Server is maintained by hivemindunit, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Llmintel MCP Server listed on the Official MCP Registry?
- Yes — Llmintel MCP Server is listed on the Official MCP Registry.
- How many versions does Llmintel MCP Server have?
- MCP Toplist tracks 1 version of Llmintel MCP Server, most recently published on Jul 28, 2026.
- Where can I find the source code for Llmintel MCP Server?
- The source code for Llmintel MCP Server is hosted at github.com/hivemindunit/llmintel-mcp.