Skip to content
VS Code

npm search mcp for VS Code

io.github.mrfentmen/npm-search-mcp

Search npm packages and inspect package metadata from the public registry. No key required.

client:VS Code transport:stdio runtime:npm

Install npm search mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "npm-search-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "npm-search-mcp"
      ]
    }
  }
}

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

npm search mcp in other clients