Skip to content
Zed

browser agent for Zed

io.github.runbook-ai/browser-agent

MCP server for browser automation with AI agent

client:Zed transport:stdio runtime:npm

Install browser agent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "browser-agent": {
      "command": "npx",
      "args": [
        "-y",
        "runbook-ai-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

browser agent in other clients