Skip to content
Cursor

nginx proxy manager for Cursor

at.baeck/nginx-proxy-manager

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

client:Cursor transport:stdio runtime:pypi

Install nginx proxy manager in Cursor

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

{
  "mcpServers": {
    "nginx-proxy-manager": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nginx-proxy-manager-mcp-full"
      ]
    }
  }
}

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

nginx proxy manager in other clients