mcpbeat Sign in

Deprecation MCP Server

by tsvillain Your server? Claim it
local only

Deprecation MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 8 Aug 2026.

MCP server for cross-vendor API/SDK deprecation and breaking-change tracking

Installs per day peak 255 · avg 9
a month agotoday
23
Installs / week
npm · deprecation-mcp
0
Stars
1 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Deprecation MCP 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 deprecation-mcp -- npx -y deprecation-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deprecation-mcp": {
      "args": [
        "-y",
        "deprecation-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deprecation-mcp]
command = "npx"
args = ["-y", "deprecation-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "deprecation-mcp": {
      "args": [
        "-y",
        "deprecation-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deprecation-mcp": {
      "args": [
        "-y",
        "deprecation-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Deprecation MCP

same job, measured the same way
Getjobzi MCP
by getjobzi

GetJobzi MCP server for job search, application tracking, and career forecasting.

3 tools answering
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
api-changelog
by weiseer

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.

31 installs/wk local only
Fixzi — MCP & API Schema Drift Monitor
by rohitcodilya

Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.

answering
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

36 installs/wk local only
MCP Aml
by cryptoapis-io

MCP server for AML address verification and transaction screening via Crypto APIs

47 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Dependency Freshness MCP
by armigerous

npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.

answering

Deprecation MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Deprecation MCP?
Deprecation MCP 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 deprecation-mcp was installed 23 times last week.
How do I connect Deprecation MCP?
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 deprecation-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Deprecation MCP?
The npm package deprecation-mcp was installed 23 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 Deprecation MCP 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.