Skip to content
Cursor

browserbase for Cursor

com.mcparmory/browserbase

Create and control browser sessions for web automation, testing, and AI agent tasks

client:Cursor transport:stdio runtime:pypi

Install browserbase in Cursor

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

{
  "mcpServers": {
    "browserbase": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-browserbase"
      ]
    }
  }
}

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

browserbase in other clients