Skip to content
Claude Desktop

browser automation for Claude Desktop

io.github.dataleadspro/browser-automation

Programmatic headless browser sessions: create, interact, browse, and extract - rendered in a real

client:Claude Desktop transport:streamable-http tools:5

Install browser automation in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "browser-automation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://data.dataleads.pro/mcp/browser-automation"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

browser automation in other clients