mcpbeat Sign in

MCP Screenshot MCP Server

local only

MCP Screenshot runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 20 Apr 2026.

Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.

Installs per day peak 22 · avg 13 · -4% w/w
a month agotoday
80
Installs / week
pypi · mcp-screenshot
0
Stars
0 open issues
20 Apr 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: WAYLAND_DISPLAY (Wayland display identifier (e.g. wayland-1). Required for grim to find the compositor.), XDG_RUNTIME_DIR (Wayland runtime directory (e.g. /run/user/1000). Required for socket lookup.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Screenshot

same job, measured the same way
Can See
by hurleysk

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

114 installs/wk local only
Hypr Cua MCP
by smirnovlabs

Hyprland/Wayland computer-use MCP: grim screenshots + uinput click/type + hyprctl targeting

119 installs/wk local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Screenshot
by dataleadspro

Pixel-perfect webpage screenshots rendered in a real browser, full-page or viewport, via one POST.

2 tools answering
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

131 installs/wk local only
kwin-mcp
by vibeprogramm

KDE Plasma 6 Wayland GUI automation for AI agents: 30 tools (EIS input, screenshots, AT-SPI2).

local only
Urlsnap MCP
by urlsnap

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

36 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

MCP Screenshot — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Screenshot?
MCP Screenshot 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 pypi package mcp-screenshot was installed 80 times last week.
How do I connect MCP Screenshot?
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 mcp-screenshot straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Screenshot?
The pypi package mcp-screenshot was installed 80 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Screenshot open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.