Skip to content
Cursor

pare npm for Cursor

io.github.dave-london/pare-npm

Pare npm ג€” Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare npm in Cursor

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

{
  "mcpServers": {
    "pare-npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm"
      ]
    }
  }
}

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

pare npm in other clients