Skip to content
Cursor

nexus browser mcp for Cursor

io.github.paipaipai666/nexus-browser-mcp

Event-driven deterministic browser MCP: HITL gates, audit, console/network/perf observability.

client:Cursor transport:stdio runtime:pypi

Install nexus browser mcp in Cursor

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

{
  "mcpServers": {
    "nexus-browser-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nexus-browser-mcp"
      ]
    }
  }
}

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

nexus browser mcp in other clients