Screenshot Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Screenshot Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for capturing screenshots of desktop windows on Windows. Allows AI assistants to see what's on screen — useful for UI development, debugging visual issues, and iterating on designs.
Returns images as base64-encoded JPEG with automatic resizing and compression.
pip install screenshot-mcpOr install from source:
git clone https://github.com/ibuildrun/screenshot-mcp.git
cd screenshot-mcp
pip install -e .Add to your .kiro/settings/mcp.json:
{
"mcpServers": {
"screenshot": {
"command": "screenshot-mcp",
"disabled": false
}
}
}Or with uvx (no install needed):
{
"mcpServers": {
"screenshot": {
"command": "uvx",
"args": ["screenshot-mcp"],
"disabled": false
}
}
}> list_windows
> screenshot_window "Teeworlds"
> screenshot_screen
> screenshot_region 0 0 800 600
> click_window "Teeworlds" 400 300
> get_window_size "Teeworlds"MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.