Find newer versions of package dependencies than what your package.json allows
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"npm-check-updates": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-npm-check-updates"
]
}
}
}