Skip to content
Cline

BrowserTap MCP for Cline

io.github.linvireo/browsertap-mcp

MCP server that drives the real Chrome you already use, through an extension and CDP.

client:Cline transport:stdio runtime:pypi

Install BrowserTap MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "browsertap-mcp": {
      "command": "uvx",
      "args": [
        "browsertap-mcp"
      ],
      "env": {
        "BROWSERTAP_PREFERRED_BROWSER": "<BROWSERTAP_PREFERRED_BROWSER>",
        "BROWSERTAP_MODE": "<BROWSERTAP_MODE>",
        "BROWSERTAP_BRIDGE_PORT": "<BROWSERTAP_BRIDGE_PORT>",
        "BROWSERTAP_STATE_DIR": "<BROWSERTAP_STATE_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

BrowserTap MCP in other clients