Skip to content
Windsurf

MCP Browser for Windsurf

io.github.cherchyk/mcpbrowser

Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.

client:Windsurf transport:stdio runtime:npm

Install MCP Browser in Windsurf

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

{
  "mcpServers": {
    "mcpbrowser": {
      "command": "npx",
      "args": [
        "-y",
        "mcpbrowser"
      ]
    }
  }
}

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

MCP Browser in other clients