prosperity-solutions/mcp-server-screenshot
Native macOS screenshot capture for AI assistants.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-screenshot": {
"command": "npx",
"args": [
"-y",
"mcp-server-screenshot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@prosperity-solutions/mcp-server-screenshot) [](LICENSE)
Native macOS screenshot capture for AI assistants.
An MCP server that provides screenshot capture on macOS using the native screencapture command. Works with any MCP-compatible client.
screencapture command)System Settings → Privacy & Security → Screen Recording
Add to your MCP client configuration:
{
"mcpServers": {
"screenshot": {
"command": "npx",
"args": ["-y", "@prosperity-solutions/mcp-server-screenshot"]
}
}
}| Tool | Description | Key Parameters | |------|-------------|----------------| | list_windows | List visible windows | app_name? — filter by app name | | screenshot_window | Capture a window | window_id?, app_name?, format? | | screenshot_screen | Capture a display | display? (default: 1), format? | | screenshot_region | Capture a region | x, y, width, height, format? | | request_screenshot | Interactive selector | format? |
All capture tools support format ("png" or "jpg", default "png").
Screenshot capture is a sensitive operation — it can expose passwords, private messages,
Loading reviews...