npm-check-updates (MCP Server)

GitHub

Find newer versions of package dependencies than what your package.json allows

10,298 stars TypeScript MCP Ready Full Docs Skills View Markdown #npm#npm-check-updates

Claude Desktop Configuration

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

{
  "mcpServers": {
    "npm-check-updates": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-npm-check-updates"
      ]
    }
  }
}