Skip to content
Cursor

npm plus for Cursor

io.github.ofershap/npm-plus

npm MCP — search packages, bundle sizes, vulnerabilities, compare downloads.

client:Cursor transport:stdio runtime:npm

Install npm plus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "npm-plus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-plus"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

npm plus in other clients