mcpbeat Sign in

Macos Vision MCP Server

local only

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

Local OCR & screen understanding for agents: read any window, find what to click. No uploads.

Installs per day peak 33 · avg 11 · -40% w/w
a month agotoday
111
Installs / week
npm · macos-vision-mcp
6
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Macos 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 macos-vision-mcp -- npx -y macos-vision-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "macos-vision-mcp": {
      "args": [
        "-y",
        "macos-vision-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.macos-vision-mcp]
command = "npx"
args = ["-y", "macos-vision-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "macos-vision-mcp": {
      "args": [
        "-y",
        "macos-vision-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "macos-vision-mcp": {
      "args": [
        "-y",
        "macos-vision-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Macos Vision MCP

same job, measured the same way
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
Screen Control
by xeakaes

Safety-gated computer use for AI agents: screen OCR and vision, mouse, keyboard, window control.

local only
Ezpzfile
by ezpzfile

Local file tools for agents: documents, PDFs, images, QR codes. Nothing is uploaded.

1 069 installs/wk local only
Pagewatch
by pagelens

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

57 installs/wk 5 tools answering
pdffr
by amersarhan

Local, private PDF to Markdown for agents: geometry-first parsing, OCR only where needed.

61 installs/wk local only
Invoice Data Extraction
by invoicedataextraction

Invoices and other financial documents to rows: upload, say what to extract, read the rows.

answering
ocular
by xyun1996

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

33 installs/wk local only
PDF Triage
by vishalmeena2211

Read local PDFs without uploading. Classifies first, flags untrustworthy text, bounds output.

37 installs/wk local only

Macos Vision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Macos Vision MCP?
Macos 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 macos-vision-mcp was installed 111 times last week.
How do I connect Macos 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 macos-vision-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Macos Vision MCP?
The npm package macos-vision-mcp was installed 111 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Macos Vision MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.