Desktop
Freeby MCP Community
MCP server for macOS desktop automation — capture screenshots of the full screen or specific application windows.
v0.1.7Added Apr 12, 2026
mcpdesktopscreenshotmacosautomation
Desktop MCP Server
MCP server for macOS desktop automation — capture screenshots of the full screen or specific application windows.
Installation
Reviews
Installation
Quick install
npx -y @lucitra/mcp-desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"desktop": {
"command": "npx",
"args": ["-y", "@lucitra/mcp-desktop"]
}
}
}