Skip to content
Windsurf

yad agent mcp for Windsurf

io.github.holistis/yad-agent-mcp

MCP wrapper for Yad, a local browser-automation companion, for coding agents.

client:Windsurf transport:stdio runtime:npm

Install yad agent mcp in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yad-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yad-agent-mcp"
      ],
      "env": {
        "YAD_COMPANION_URL": "<YAD_COMPANION_URL>"
      }
    }
  }
}

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

yad agent mcp in other clients