Semver Checks
Rank #9,700io.github.kyungseopk1m/semver-checks
Detect breaking changes in your TypeScript library's public API and recommend the SemVer bump.
Semver Checks is a Model Context Protocol (MCP) server published by kyungseopk1m. It ranks #9,700 of 132,046 servers tracked on MCP Toplist. Semver Checks is listed on Official MCP, with 5 tracked versions. It was first listed on Aug 12, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 122,346 of 132,046 servers on MCP Toplist.
Use Semver Checks
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add semver-checks -- npx -y semver-checks --mcp[mcp_servers.semver-checks]
command = "npx"
args = ["-y", "semver-checks", "--mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"semver-checks": {
"command": "npx",
"args": [
"-y",
"semver-checks",
"--mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"semver-checks": {
"command": "npx",
"args": [
"-y",
"semver-checks",
"--mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"semver-checks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"semver-checks",
"--mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"semver-checks": {
"command": "npx",
"args": [
"-y",
"semver-checks",
"--mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"semver-checks": {
"command": "npx",
"args": [
"-y",
"semver-checks",
"--mcp"
]
}
}
}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/io.github.kyungseopk1m%2Fsemver-checks)<a href="https://mcptoplist.com/server/io.github.kyungseopk1m%2Fsemver-checks"><img src="https://mcptoplist.com/badge/io.github.kyungseopk1m%2Fsemver-checks.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
kyungseopk1m
Available versions (5)
| Version | Published |
|---|---|
| 0.13.0 | Aug 24, 2026 |
| 0.12.0 | Aug 24, 2026 |
| 0.11.0 | Aug 23, 2026 |
| 0.10.0 | Aug 19, 2026 |
| 0.9.0 | Aug 12, 2026 |
Frequently asked questions
- Who maintains Semver Checks?
- Semver Checks is maintained by kyungseopk1m, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Semver Checks listed on the Official MCP Registry?
- Yes — Semver Checks is listed on the Official MCP Registry.
- How many versions does Semver Checks have?
- MCP Toplist tracks 5 versions of Semver Checks, most recently published on Aug 24, 2026.
- Where can I find the source code for Semver Checks?
- The source code for Semver Checks is hosted at github.com/kyungseopk1m/semver-checks.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.