Skip to content
Cursor

npm search mcp for Cursor

io.github.zcag/npm-search-mcp

Search npm packages, get live registry data, and compare alternatives. No API key needed.

client:Cursor transport:stdio runtime:oci

Install npm search mcp in Cursor

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

{
  "mcpServers": {
    "npm-search-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}

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

npm search mcp in other clients