From 7ee7d5cb00e6eb0eb485efb89868171b2f63d96b Mon Sep 17 00:00:00 2001 From: dockndevai Date: Fri, 11 Sep 2026 10:51:15 +0530 Subject: [PATCH] =?UTF-8?q?Add=20dockndevai/mcp-macos=20to=20OS=20Automati?= =?UTF-8?q?on=20=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..5d333d24c 100644 --- a/README.md +++ b/README.md @@ -3164,6 +3164,7 @@ Servers for controlling the desktop operating system: screenshots, window manage - [fixed-width/glass](https://github.com/fixed-width/glass) [![fixed-width/glass MCP server](https://glama.ai/mcp/servers/fixed-width/glass/badges/score.svg)](https://glama.ai/mcp/servers/fixed-width/glass) 🦀 🏠 🍎 🪟 🐧 - Gives a coding agent a build → see → interact → debug loop over the native GUI app it is writing: launch the app, screenshot it, read its accessibility tree, inject mouse/keyboard/gestures, tail its logs, and diff frames to confirm a change landed. Drives apps as an external black box with no app integration, so any toolkit or language works. 30 tools with text-first responses (element ids, diffs, waits) so the agent need not screenshot every step, plus optional sandboxing of the launched app. Backends: X11, Wayland, Windows, macOS, Android emulators, and the iOS Simulator. - [ostapondo/Plonk](https://github.com/ostapondo/Plonk) [![ostapondo/Plonk MCP server](https://glama.ai/mcp/servers/ostapondo/Plonk/badges/score.svg)](https://glama.ai/mcp/servers/ostapondo/Plonk) 📇 🏠 🍎 - A Mac window manager an agent can drive, plus ten more menu bar utilities behind the same icon: see every monitor and window, arrange a layout across displays in one call, snap a window into zones you drew yourself, save workspaces that relaunch apps into their places, keep-awake, measure the screen, screenshot a window by name even when it is buried behind other windows, annotate it, and read text off the screen on-device — handed back a box per line, so what was read can be pointed at. 20 tools, backed by a native menu bar app over a local-only loopback API; no cloud, no telemetry. `npx -y plonk-mcp`, or open the shipped `.mcpb` bundle in Claude Desktop. - [emazaheri/ios-agent](https://github.com/emazaheri/ios-agent) [![emazaheri/ios-agent MCP server](https://glama.ai/mcp/servers/emazaheri/ios-agent/badges/score.svg)](https://glama.ai/mcp/servers/emazaheri/ios-agent) 🐍 🏠 🍎 - Drive a real iPhone or an iOS Simulator through XCUIAutomation and WebDriverAgent. Screens arrive as a compact digest rather than raw accessibility XML (37,000 tokens to 329 on a long list), element resolution runs server-side through six tiers so a retry costs no model tokens, every action returns the screen it produced, and destructive actions are classified before they run and ask first. +- [dockndevai/mcp-macos](https://github.com/dockndevai/mcp-macos) [![dockndevai/mcp-macos MCP server](https://glama.ai/mcp/servers/dockndevai/mcp-macos/badges/score.svg)](https://glama.ai/mcp/servers/dockndevai/mcp-macos) 📇 🏠 🍎 - Safe-by-default control of a Mac: read files, list processes & apps, take screenshots, read the clipboard; and behind explicit opt-ins, run shell commands (allowlisted), AppleScript, move files to Trash, and inject GUI input. Read-only by default with layered access modes, per-path/command allowlists, and human confirmation (MCP elicitation) on the dangerous calls. `npx -y @dockndevai/mcp-macos` ### 🎙️ Podcasts