$ timeahead_
mcp/mcp-electron-driver/install/windsurf

install mcp-electron-driver on Windsurf

Requires the runtime declared in the upstream repo — check the README before running. Windsurf supports HTTP and stdio servers natively. After saving the config, hit Refresh in the Cascade MCP panel. Paste the config below, then follow the reload step to register mcp-electron-driver.

paste into
macos/linux: ~/.codeium/windsurf/mcp_config.json
windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
  "mcpServers": {
    "mcp-electron-driver": {
      "command": "npx",
      "args": [
        "-y",
        "electron-driver"
      ]
    }
  }
}
then: Click the Refresh button in the Cascade MCP panel — no full restart.
← back to mcp-electron-driver
Install mcp-electron-driver MCP Server on Windsurf | Timeahead