HomeOther › Ui.Vision MCP

Ui.Vision MCP

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

TypeScript
★ 2,034 stars Last pushed 2026-09-21 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.7.18)

npx -y uivision-mcp-bridge@1.7.18

Or add to your MCP client config:

{
  "mcpServers": {
    "rpa": {
      "command": "npx",
      "args": [
        "-y",
        "uivision-mcp-bridge@1.7.18"
      ],
      "env": {
        "UIVISION_MCP_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • UIVISION_MCP_PORT — Local WebSocket port the Ui.Vision extension connects to (default 50888; must match Settings > AI in the extension)

Related servers

Data from the Official MCP Registry