Skip to content
Cursor

npm search mcp for Cursor

io.github.mrfentmen/npm-search-mcp

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

client:Cursor transport:stdio runtime:npm

Install npm search mcp in Cursor

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

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

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