Skip to content
Cursor

browser use for Cursor

io.github.therealtimex/browser-use

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

client:Cursor transport:stdio runtime:pypi

Install browser use in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "browser-use": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "realtimex-browser-use"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

browser use in other clients