Developer Tools
Peekaboo
openclaw/Peekaboo captures screenshots and drives macOS UI for AI agents. Use the brew CLI or npx @steipete/peekaboo as an MCP server for visual computer-use workflows.
Stars
4.9k
Installs
90.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 4.9k · catalog
- Freshness: Updated 2026-07-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: PEEKABOO_AI_PROVIDERS
- · Node.js 18+
Reference command
{
"mcpServers": {
"peekaboo": {
"command": "npx",
"args": ["-y", "@steipete/peekaboo"],
"env": {
"PEEKABOO_AI_PROVIDERS": "<openai/gpt-4.1,anthropic/claude-sonnet-4>"
}
}
}
}