Skip to content
Cursor

nx mcp for Cursor

io.github.nrwl/nx-mcp

A Model Context Protocol server implementation for Nx

client:Cursor transport:stdio runtime:npm

Install nx mcp in Cursor

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

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

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

nx mcp in other clients