Server data from the Official MCP Registry
Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.
Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: WAYLAND_DISPLAY
Environment variable: XDG_RUNTIME_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kamarusama-mcp-screenshot": {
"env": {
"WAYLAND_DISPLAY": "your-wayland-display-here",
"XDG_RUNTIME_DIR": "your-xdg-runtime-dir-here"
},
"args": [
"mcp-screenshot"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server for taking Linux / Wayland screenshots via grim and slurp.
Exposes 2 tools to capture the full screen, a selected region, or an interactive crop — returned inline as base64 or saved to disk.
| Tool | Purpose |
|---|---|
take_screenshot | Capture screen (full / geometry / interactive select) |
list_outputs | List available Wayland outputs / monitors |
grim — screenshot toolslurp — interactive region selectorwlr-randr (optional) — for list_outputsInstall on Arch Linux:
sudo pacman -S grim slurp wlr-randr
claude mcp add screenshot -s user \
--env WAYLAND_DISPLAY=wayland-1 \
--env XDG_RUNTIME_DIR=/run/user/1000 \
-- /path/to/mcp-screenshot/.venv/bin/python /path/to/mcp-screenshot/server.py
Build the venv once:
cd /path/to/mcp-screenshot
uv venv --python 3.12 .venv
uv pip install --python .venv/bin/python mcp
Copyright © 2026 likezara™. All rights reserved. Developed by Kamaru (pen name).
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.