
Peekaboo MCP – lightning-fast macOS screenshots for AI agents
@steipete
Peekaboo MCP – lightning-fast macOS screenshots for AI agents について
Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"peekaboo": {
"command": "npx",
"args": [
"-y",
"@steipete/peekaboo-mcp"
],
"env": {
"PEEKABOO_AI_PROVIDERS": "ollama/llava:latest"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Peekaboo MCP?
Peekaboo MCP is the MCP server component of Peekaboo, a macOS automation tool that provides high-fidelity screen capture, AI analysis, and complete GUI automation for AI agents. It integrates with AI coding tools such as Codex, Claude Code, and Cursor.
How to use Peekaboo MCP?
Install via npx -y @steipete/peekaboo (requires Node 22+). Configure in your MCP client settings using the provided JSON snippet. Optionally set AI providers via the PEEKABOO_AI_PROVIDERS environment variable or the peekaboo config add command.
Key features of Peekaboo MCP
- Pixel-accurate captures (windows, screens, menu bar) with optional Retina scaling.
- Natural-language agent that chains Peekaboo tools (see, click, type, scroll, hotkey, etc.).
- Action-first UI automation with background input by default when a target process is known.
- Direct accessibility tools for settable values and named actions (
set-value,perform-action). - Multi-provider AI through Tachikoma, including hosted, local, and API-compatible providers.
- MCP server for Codex, Claude Code, and Cursor plus a native CLI.
Use cases of Peekaboo MCP
- Automate complex macOS workflows via natural language commands
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント