mcpbeat Sign in

Can See MCP Server

local only

Can See runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 22 May 2026.

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

Installs per day peak 33 · avg 12 · -10% w/w
a month agotoday
114
Installs / week
npm · can-see
0
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: DEFAULT_COLS (Terminal width in columns (default: 120)), DEFAULT_ROWS (Terminal height in rows (default: 30)), IDLE_TIMEOUT_MS (Auto-close idle sessions after this many milliseconds (default: 300000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Can See

same job, measured the same way
Wpf Visual Tree
by faze79

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Terminal MCP Server
by aybelatchane

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

67 installs/wk local only
ExecBro
by igorzheludkov

Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots

1 073 installs/wk local only
ExecBro
by execbro

Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots

local only
Unterm
by zhitongblog

The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.

local only
Docapi
by doc-api-llc

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

31 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

66 installs/wk local only

Can See — questions

Answers built from our own checks of this server.

Why is there no uptime for Can See?
Can See 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 can-see was installed 114 times last week.
How do I connect Can See?
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 can-see straight from npm; nothing to host, nothing to sign up for.
How many people use Can See?
The npm package can-see was installed 114 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Can See open source?
Yes — it is published under the MIT licence, written in TypeScript 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.