MCP server
by rohanrav
Screeny is a privacy-focused mac application MCP server for secure, user-approved window screenshots on macOS.
Captures screenshots of specific macOS application windows for AI agents, requiring explicit user approval for each window before it can be accessed.
Screeny is a community-built MCP server published by rohanrav that provides AI assistants with tools and capabilities via the Model Context Protocol. Screeny is a privacy-focused mac application MCP server for secure, user-approved window screenshots on macOS. It is categorized under developer tools.
You can install Screeny in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
Screeny is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
Strong directory entry: Screeny surfaces stars and publisher context so we could sanity-check maintenance before adopting.
According to our notes, Screeny benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Screeny is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
We wired Screeny into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
We evaluated Screeny against two servers with overlapping tools; this profile had the clearer scope statement.
Screeny is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
I recommend Screeny for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Strong directory entry: Screeny surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Strong directory entry: Screeny surfaces stars and publisher context so we could sanity-check maintenance before adopting.
I recommend Screeny for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
showing 1-10 of 31

A privacy-first, macOS-only MCP server that enables AI agents to capture screenshots of pre-approved application windows, providing secure visual context for development and debugging tasks.
[!IMPORTANT] Requires Screen Capture permission + Window Approval Setup - see instructions below.
Unlike other screenshot tools, Screeny requires explicit user approval for each window before it can be captured:
listWindows - Lists all approved application windows available for screenshot capture.
takeScreenshot - Captures a screenshot of a specific window by its ID.
screeny://info - Server information and configuration detailsFirst install with: pipx install mcp-server-screeny
{
"mcpServers": {
"screeny": {
"command": "mcp-server-screeny",
"args": []
}
}
}
</details> <details> <summary><strong>Using uvx</strong></summary>Note: If you get an
ENOENTerror, replace"mcp-server-screeny"with the full path to the executable (find it withwhich mcp-server-screenyin your terminal).
{
"mcpServers": {
"screeny": {
"command": "uvx",
"args": ["mcp-server-screeny"]
}
}
}
</details>Note: If you get a "spawn uvx ENOENT" error, replace
"uvx"with the full path to uvx:which uvx # Find your uvx pathThen use that full path in the config (e.g.,
"/opt/homebrew/bin/uvx").
First install with: pipx install mcp-server-screeny
{
"mcpServers": {
"screeny": {
"command": "mcp-server-screeny",
"args": []
}
}
}
</details> <details> <summary><strong>Using uvx</strong></summary>Note: If you get an
ENOENTerror, replace"mcp-server-screeny"with the full path to the executable (find it withwhich mcp-server-screenyin your terminal).
{
"mcpServers": {
"screeny": {
"command": "uvx",
"args": ["mcp-server-screeny"]
}
}
}
</details>Note: If you get a "spawn uvx ENOENT" error, replace
"uvx"with the full path to uvx:which uvx # Find your uvx pathThen use that full path in the config (e.g.,
"/opt/homebrew/bin/uvx").
[!NOTE] > Cursor MCP host
- Cursor auto context summarization can trigger looping tool calls (repeated screenshots).
- If this happens, lower the KB cap (use a smaller preset) or choose a model with a larger context window.
Important: Grant permission before running window approval.
Note: You need to grant Screen Capture permission to BOTH:
- Your Terminal application (Terminal.app, iTerm2, etc.) - Required for running setup (can be disabled after)
- Your MCP host (Claude Desktop, Cursor) - Required for taking screenshots
To add them:
- Open System Settings > Privacy & Security > Screen & System Audio Recording
- Click the "+" button
- Add your Terminal application AND your MCP host application
- Restart both applications after granting permissions
After configuring your MCP client above, approve which windows can be captured.
<details> <summary><strong>If using pipx</strong></summary># Interactive approval
mcp-server-screeny --setup
# Auto-approve all current windows
mcp-server-screeny --setup --allow-all
</details>
<details>
<summary><strong>If using uvx</strong></summary>
# Interactive approval
uvx mcp-server-screeny --setup
# Auto-approve all current windows
uvx mcp-server-screeny --setup --allow-all
</details>
Approvals are saved to ~/.screeny/approved_windows.json. Re-run setup when you want to update the list of approved windows.
During setup, you can configure the screenshot size preset (affects stability and clarity):
Your choice is saved in ~/.screeny/config.json as max_b64_kb. You can also override via the SCREENY_MAX_B64_KB environment variable. The active cap is clamped to 100–900KB.
# Test window detection and permissions
mcp-server-screeny --debug
# Re-run setup if windows changed
mcp-server-screeny --setup
"spawn uvx ENOENT" error
"uvx"which uvx"/opt/homebrew/bin/uvx" or "/usr/local/bin/uvx""No approved windows found"
mcp-server-screeny --setup first (or uvx mcp-server-screeny --setup if using uvx)"Screen Recording permission required" or "No windows found"
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements.
This is my first MCP project - if you encounter any bugs, please open an issue and I'll do my best to fix them!
<details> <summary><strong>Why I Built This</strong></summary>I created this tool to streamline my mobile development workflow. I was tired of manually taking screenshots repeatedly to describe UI issues. With Screeny, Cursor can directly capture screenshots of my iOS simulator and iterate on the design in a loop. I'm excited to see how others will use this!
</details>MIT License
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.