mcpbeat Sign in

TinkyVision MCP Server

local only

TinkyVision runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Screen observation, OCR and permission-controlled app input over MCP for Apple silicon Macs.

Installs / week
not published
0
Stars
0 open issues
11 Sep 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call os_click.double → src/server.mjs:139, os_click.double → src/server.mjs:586
  return { data: readFileSync(path), info };
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/server.mjs:586
    const out = execFileSync(HELPER_BIN, argv, {
    let task = Process()

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to TinkyVision

same job, measured the same way
Screen Control
by xeakaes

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

local only
Claude KVM
by aras-workspace

MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR

95 installs/wk local only
NIRA Screen Vision MCP
by pachote

Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen

49 installs/wk local only
Ui.Vision MCP
by a9t9

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

703 installs/wk local only
IsolatedTester — TinkyVision system
by agewellepm

Isolated macOS app tests, MCP images, OCR/ASCII frames, accessibility and evidence reports.

local only
Native DevTools
by sh3ll3x3c

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

165 installs/wk local only
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

44 installs/wk local only
Umbriel
by obscuritysrl

See and drive a whole Windows machine from Bun — apps, input, screen, OCR, registry, OS — via MCP.

78 installs/wk local only

TinkyVision — questions

Answers built from our own checks of this server.

Why is there no uptime for TinkyVision?
TinkyVision runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is TinkyVision open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.