Skip to content
Cursor

Public Browser for Cursor

io.github.silbercue/public-browser

Chrome over CDP for AI agents. Blind benchmark vs agent-browser: -33% tokens, -33% cost, -32% time

client:Cursor transport:stdio runtime:npm

Install Public Browser in Cursor

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

{
  "mcpServers": {
    "public-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "public-browser"
      ]
    }
  }
}

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

Public Browser in other clients