rudycanshoot
Allows Codeium's Windsurf to capture fullscreen, active window, or region screenshots and view them.
Allows GitHub Copilot to capture fullscreen, active window, or region screenshots and view them.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rudycanshoottake a screenshot of the current screen"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rudycanshoot
An MCP server + CLI that lets AI assistants take and view screenshots. Works with Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, OpenCode, Continue, Cline, Aider, and GitHub Copilot.
Install
npm install -g rudycanshootOr run without installing:
npx rudycanshoot serveRelated MCP server: webdev-mcp
Quick Start
1. Auto-configure your AI tools
# All tools at once
rudycanshoot install --all
# Or a specific tool
rudycanshoot install --tool claude-code
rudycanshoot install --tool cursor
rudycanshoot install --tool windsurf
rudycanshoot install --tool codex
rudycanshoot install --tool gemini
rudycanshoot install --tool opencode
rudycanshoot install --tool continue
rudycanshoot install --tool cline2. Restart your AI tool
The MCP server will now appear in your AI assistant's tool list.
3. Use it
Ask your AI: "Take a screenshot and show me what's on screen."
MCP Tools
Tool | Description |
| Capture fullscreen, active window, or a region |
| Read a saved image so the AI can view it |
| List recent captures |
take_screenshot parameters
Parameter | Type | Default | Description |
|
|
| What to capture |
| string | — |
|
| string | auto | Output filename |
| string |
| Where to save |
CLI
# Take a screenshot
rudycanshoot capture
rudycanshoot capture --mode window
rudycanshoot capture --mode area --area 0,0,1920,1080
rudycanshoot capture --output /tmp/snap.png
# List recent screenshots
rudycanshoot list
# Start MCP server (used by AI tools — usually run automatically)
rudycanshoot serve
# Configure AI tools
rudycanshoot install --allSupported AI Tools
Tool | Config location | What's installed |
Claude Code |
| MCP server entry + |
Cursor |
| MCP server entry |
Windsurf |
| MCP server entry |
Codex CLI |
| Tool documentation |
Gemini CLI |
| MCP server entry |
OpenCode |
| MCP server + agent |
Continue |
| MCP server entry |
Cline |
| Rules file |
Aider |
| Comment reference |
GitHub Copilot |
| Instructions |
Screenshot Backends
Linux
Installed automatically when available, in priority order:
Tool | Display | Install |
| Wayland |
|
| X11 |
|
| X11 |
|
| X11 |
|
| X11 |
|
macOS
Uses the built-in screencapture command — no extra install needed.
Windows
Uses PowerShell + System.Windows.Forms — no extra install needed.
Project Config Files (for contributors)
When you clone this repo, your AI tool will auto-discover:
File | Tool |
| Claude Code |
| Codex CLI, OpenCode |
| Gemini CLI |
| GitHub Copilot |
| Cursor |
| Claude Code (project-level) |
| Windsurf |
| Cline |
| Claude Code |
| OpenCode agent |
License
MIT
Image Processing
Function | Description |
| Add text label to a screenshot |
| Highlight/heatmap/side-by-side diff |
| Pixel-level similarity metrics |
| Color overlays with labels |
| Fill or blur sensitive areas |
| Corner text watermark |
| Solid border with optional radius |
| Crop to a region |
| Resize preserving aspect ratio |
| Horizontal or vertical concat |
| N×M grid composite |
| Animated GIF from PNG frames |
| Extract text via Tesseract |
Pipeline API
import { Pipeline } from "rudycanshoot";
const path = await Pipeline.capture({ mode: "fullscreen" })
.annotate("CT-6101 Boson capture", { position: "bottom" })
.redact([{ x: 0, y: 0, w: 1920, h: 30 }], { style: "blur" })
.watermark("CONFIDENTIAL", { corner: "br" })
.save("/tmp/final.png");This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrb00013/rudycanshoot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server