Skip to content
VS Code

npm for VS Code

io.github.dave-london/npm

Structured npm/pnpm operations (install, audit, outdated, list) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install npm in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

npm in other clients