Skip to content
Zed

Ui.Vision MCP for Zed

io.github.a9t9/uivision-mcp

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

client:Zed transport:stdio runtime:npm

Install Ui.Vision MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "uivision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "env": {
        "UIVISION_MCP_PORT": "<UIVISION_MCP_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Ui.Vision MCP in other clients