Skip to content
Windsurf

Ui.Vision MCP for Windsurf

io.github.a9t9/uivision-mcp

MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input

client:Windsurf transport:stdio runtime:npm

Install Ui.Vision 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": {
    "uivision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "env": {
        "UIVISION_MCP_PORT": "<UIVISION_MCP_PORT>"
      }
    }
  }
}

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

Ui.Vision MCP in other clients