Skip to content
Cursor

doppel for Cursor

io.github.samrj12/doppel

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

client:Cursor transport:stdio runtime:npm

Install doppel in Cursor

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

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

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

doppel in other clients