Give your AI agents super-vision: blazing-fast macOS screenshots, smart window targeting, and local or cloud AI image analysis—all via a friendly
Give your AI agents super-vision: blazing-fast macOS screenshots, smart window targeting, and local or cloud AI image analysis—all via a friendly Node.js MCP server. Exposed over MCP by the peepit mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Ever wish your AI assistant could just look at your screen and get it? PeepIt is here to grant your digital sidekick the gift of sight—no magic wands required. Whether you're debugging a UI, capturing a bug in the wild, or just want to know what's lurking behind that mysterious window, PeepIt's got your back (and your screen).
PeepIt is a macOS-only MCP server that lets AI agents capture screenshots of your apps, windows, or the whole system—then analyze them with local or cloud-based AI models. It's like giving your AI a pair of glasses and a magnifying glass, all in one.
incantation on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
Requirements — The Requirements tool exposed by this serverConfiguration — PeepIt is as configurable as your favorite text editor. Use environment variables to tune it to your workflow:You will need 8 environment variables: PEEPIT_AI_PROVIDERS, OPENAI_API_KEY, PEEPIT_LOG_LEVEL, PEEPIT_LOG_FILE, PEEPIT_DEFAULT_SAVE_PATH, PEEPIT_CONSOLE_LOGGING, PEEPIT_CLI_TIMEOUT, PEEPIT_CLI_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Peepit's toolset — Requirements, Configuration — is a fair guide to whether it matches your workflow. It is maintained by MantisWare; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
| Configuration | PeepIt is as configurable as your favorite text editor. Use environment variables to tune it to your workflow: |
{
"mcpServers": {
"peepit": {
"command": "npx",
"args": [
"-y",
"@mantisware/peepit-mcp"
],
"env": {
"PEEPIT_AI_PROVIDERS": "openai/gpt-4o,ollama/llava:latest",
"OPENAI_API_KEY": "your-openai-api-key-here"
},
"toolCallTimeoutMillis": 120000
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PEEPIT_AI_PROVIDERS | Configuration value read at startup. | Optional |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| PEEPIT_LOG_LEVEL | Configuration value read at startup. | Optional |
| PEEPIT_LOG_FILE | Configuration value read at startup. | Optional |
| PEEPIT_DEFAULT_SAVE_PATH | Filesystem location the server is allowed to use. | Optional |
| PEEPIT_CONSOLE_LOGGING | Configuration value read at startup. | Optional |
| PEEPIT_CLI_TIMEOUT | Configuration value read at startup. | Optional |
| PEEPIT_CLI_PATH | Filesystem location the server is allowed to use. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.