npm for VS Code
io.github.rog0x/npm
npm package search, audit, bundle analysis for AI agents
client:VS Code
transport:stdio
runtime:npm
Install npm in VS Code
.vscode/mcp.json
{
"servers": {
"npm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-npm-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs