npm search mcp for VS Code
io.github.zcag/npm-search-mcp
Search npm packages, get live registry data, and compare alternatives. No API key needed.
client:VS Code
transport:stdio
runtime:oci
Install npm search mcp in VS Code
.vscode/mcp.json
{
"servers": {
"npm-search-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zcag/npm-search-mcp:1.0.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs