BrowserPilot

BrowserPilot Documentation

Last updated: April 27, 2026

Quick Start

Follow these steps to install, verify, and connect BrowserPilot end to end.

  1. Start with the install flow: Open the BrowserPilot install flow for the Chrome Web Store entry point, the runtime-helper sequence, and the BrowserPilot-owned recovery path.
  2. Complete setup from your account: Sign into account.seedsource.dev, copy the BrowserPilot setup command from your account panel, and run it on the machine where BrowserPilot will live.
  3. Check runtime status: Run browserpilot status. Expected: active device session and the local BrowserPilot bridge endpoint on port 9225.
  4. Connect your MCP client: Use the SSE endpoint http://127.0.0.1:9225/sse.

MCP Client Setup

VS Code Copilot

In .vscode/mcp.json:

{
  "servers": {
    "browserpilot": {
      "type": "sse",
      "url": "http://127.0.0.1:9225/sse"
    }
  }
}

Claude Desktop

In your claude_desktop_config.json:

{
  "mcpServers": {
    "browserpilot": {
      "command": "npx",
      "args": ["-y", "browserpilot@latest", "mcp"]
    }
  }
}

Cursor

In MCP settings, add an SSE server pointing to http://127.0.0.1:9225/sse.

Windsurf

In MCP settings, add an SSE server pointing to http://127.0.0.1:9225/sse.

Available Tools

BrowserPilot provides 29 MCP tools. Each tool below lists its exact tool name, what it does, and key parameters.

Navigation

Tab Management

Interaction

Forms

Intelligence

Slots

Advanced

System

Security Model

Troubleshooting