Skip to content
Cursor

npm mcp for Cursor

io.github.alisaitteke/npm-mcp

MCP server for npm package management, security analysis, and compatibility checking

client:Cursor transport:stdio runtime:npm

Install npm mcp in Cursor

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

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

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

npm mcp in other clients