mcpbeat Sign in

Ui.Vision MCP Server

local only

Ui.Vision MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 703 installs a week from npm. Last commit 9 Aug 2026.

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

703
Installs / week
npm · uivision-mcp-bridge
2021
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Ui.Vision MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uivision-mcp -- npx -y uivision-mcp-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uivision-mcp": {
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uivision-mcp]
command = "npx"
args = ["-y", "uivision-mcp-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "uivision-mcp": {
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uivision-mcp": {
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UIVISION_MCP_PORT (Local WebSocket port the Ui.Vision extension connects to (default 50888; must match Settings > AI in the extension)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ui.Vision MCP

same job, measured the same way
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Desktop MCP
by jaimenbell

Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.

73 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Stealthy Auto Browse
by psyb0t

Self-hosted MCP server for stealth browser automation with human-like OS-level input.

local only

Ui.Vision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ui.Vision MCP?
Ui.Vision MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uivision-mcp-bridge was installed 703 times last week.
How do I connect Ui.Vision MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uivision-mcp-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Ui.Vision MCP?
The npm package uivision-mcp-bridge was installed 703 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ui.Vision MCP open source?
We cannot say either way: written in JavaScript and 2 021 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.