Skip to content
Windsurf

browser agent for Windsurf

io.github.runbook-ai/browser-agent

MCP server for browser automation with AI agent

client:Windsurf transport:stdio runtime:npm

Install browser agent in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

browser agent in other clients