node-semver (MCP Server)

GitHub

The semver parser for node (the one npm uses)

5,457 stars JavaScript MCP Ready Full Docs Skills View Markdown #npm-cli

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "node-semver": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-node-semver"
      ]
    }
  }
}