breaking-changes-mcp
Provides accurate, source-grounded breaking-change briefings for npm packages by reading real GitHub release notes and CHANGELOGs, helping coding agents avoid hallucinated dependency migrations.
README
breaking-changes-mcp
Stop your coding agent from hallucinating dependency migrations.
An MCP server that gives Claude, Cursor, and any MCP client accurate, source-grounded breaking-change briefings for any npm package — read straight from the real GitHub release notes and CHANGELOG, not from the model's stale training data.
LLMs are great at writing code and terrible at remembering exactly what changed between react@18 and react@19, or next@14 and next@16. That's where upgrades break. This server closes the gap: point it at a package and a version range, and the agent gets the actual breaking changes before it touches your code.
Why this exists
Tools like Context7 inject current docs. But the most dangerous moment for an agent is a version bump, and nobody serves the delta between two versions. breaking-changes-mcp is that missing piece.
Tools
| Tool | What it does |
|---|---|
breaking_changes_between |
The headline tool. Returns only the breaking changes for a package between two versions, grouped per version, newest first. Reads GitHub Releases, falls back to CHANGELOG.md. |
changelog_between |
The full release notes (features, fixes, deprecations) across a version range — when breaking-only isn't enough. |
list_versions |
Published versions + release dates, newest first — to discover valid from/to values. |
Every tool works on the public npm registry + GitHub with no API key required. Set GITHUB_TOKEN to raise GitHub's rate limit from 60 to 5000 requests/hour.
Quick start
npx breaking-changes-mcp
Claude Code
claude mcp add breaking-changes -- npx -y breaking-changes-mcp
# optional: higher GitHub rate limit
claude mcp add breaking-changes -e GITHUB_TOKEN=ghp_xxx -- npx -y breaking-changes-mcp
Claude Desktop / Cursor / Windsurf / any MCP client
{
"mcpServers": {
"breaking-changes": {
"command": "npx",
"args": ["-y", "breaking-changes-mcp"],
"env": { "GITHUB_TOKEN": "ghp_xxx_optional" }
}
}
}
Example prompts
- "I'm on react 18.2.0 and want to go to 19. Use breaking-changes to tell me exactly what will break."
- "Before you upgrade next in this repo, check the breaking changes between the installed version and latest."
- "Give me the full changelog for @tanstack/react-query from 4.0.0 to 5.0.0."
Config
| Env var | Default | Purpose |
|---|---|---|
GITHUB_TOKEN / GH_TOKEN |
— | Personal access token to raise GitHub API limits (60→5000/hr). Read-only, no scopes needed for public repos. |
NPM_REGISTRY |
https://registry.npmjs.org |
Override for private/mirror registries. |
How it works
package + from..to
│
├─ npm registry ──► all versions, dates, repository URL
├─ versions in (from, to]
├─ GitHub Releases ──► release bodies for those versions
│ └─ fallback: raw CHANGELOG.md sliced between version headers
└─ extract "### Breaking…" sections + "BREAKING CHANGE" lines ──► grouped briefing
Develop
npm install
npm run build
node dist/index.js # speaks MCP over stdio
Caveats
- Quality of output depends on the maintainer documenting breaking changes. If a project buries them in prose,
breaking_changes_betweensays so and points you tochangelog_between. - Monorepo tags (
pkg@1.2.3) and prefixed tags (v1.2.3,release-1.2.3) are handled; exotic tag schemes may miss.
License
MIT © Anicodeth
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。