Skip to content
Claude Desktop

WebRun Browser Automation for Claude Desktop

ai.webrun/webrun

Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.

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

Install WebRun Browser Automation in Claude Desktop

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

{
  "mcpServers": {
    "webrun": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.webrun.ai/mcp"
      ]
    }
  }
}

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

WebRun Browser Automation in other clients