peekaboo
Installation
SKILL.md
Peekaboo Screen Capture & GUI Automation
You have access to macOS screen capture and GUI automation through the Peekaboo MCP server.
Prerequisites
The Peekaboo MCP server must be configured in ~/.claude/settings.json:
{
"mcpServers": {
"peekaboo": {
"command": "npx",
"args": ["-y", "@steipete/peekaboo"]
}
}
}