Mac OS MCP
macOS-MCP is a lightweight, open-source Model Context Protocol server that bridges AI agents and the macOS operating system. It enables seamless automation of macOS through LLMs via tasks such as file navigation, application control, UI interaction, browser automation, and system operations. It runs locally over stdio via the published package.
People who work with computer use and macos and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-09-09 · ★ 184 · #17 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18
MIT · Python servers · how we verify → /methodology
01 · Install Mac OS MCP
before you install - you'll need
Set MACOS_MCP_AUTH_KEY, MACOS_MCP_IP_ALLOWLIST, MACOS_MCP_SSL_CERTFILE, MACOS_MCP_SSL_KEYFILE, ANONYMIZED_TELEMETRY, MACOS_MCP_ROOT before connecting.
Claude Code
claude mcp add jeomon-macos-mcp -- uvx macos-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"jeomon-macos-mcp": {
"command": "uvx",
"args": [
"macos-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package macos-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.Jeomon is GitHub-verified and matches the repo owner
03 · What Mac OS MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
- Accessibility Requirements: Manual permission grant required in System Preferences - App Compatibility: Some applications have limited or no Accessibility API support - Performance Variance: Complex UIs with many elements may have slower traversal - Text Input: Some specialized input fields may not properly receive keystrokes - Authentication: Cannot interact with system authentication dialogs
Latest releases
v0.4.6 · 2026-09-08
Release checklist: the .mcpb bundle attached below must be manually resubmitted to the Anthropic extension directory - the published extension does not update itself (#19, #57). · reject empty shortcut key segments…
v0.4.0 · 2026-08-18
Release checklist: the .mcpb bundle attached below must be manually resubmitted to the Anthropic extension directory - the published extension does not update itself (#19, #57). · async tool handlers to prevent event…
v0.3.17 · 2026-08-03
The first capture in a process is about 3.2× faster - roughly 1290 ms down to 420 ms. Captures after the first are unchanged, as is the output. · | round | 0.3.17 | 0.3.16 | · |---|---|---| · | 1 | 482 ms | 1255 ms |…
04 · Who maintains Mac OS MCP
macOS-MCP is maintained by jeomon. It's the only MCP server we track from this author; the repo dates to Mar 2026.
05 · Facts
- repository
- github.com/jeomon/macos-mcp
- category
- automation - ranked #17 of 227 actively-maintained automation servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-08)
- registry
- io.github.Jeomon/macos-mcp (active, first published 2026-05-22)
- packages
- pypi:macos-mcp
06 · Mac OS MCP FAQ
What is Mac OS MCP?
macOS-MCP is a lightweight, open-source Model Context Protocol server that bridges AI agents and the macOS operating system. It enables seamless automation of macOS through LLMs via tasks such as file navigation, application control, UI interaction, browser automation, and system operations. It runs locally over stdio via the published package.
Is Mac OS MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-09 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install Mac OS MCP?
Run `uvx macos-mcp`. The README documents 6 environment variables (MACOS_MCP_AUTH_KEY, MACOS_MCP_IP_ALLOWLIST, MACOS_MCP_SSL_CERTFILE…) to set first. Set MACOS_MCP_AUTH_KEY, MACOS_MCP_IP_ALLOWLIST, MACOS_MCP_SSL_CERTFILE, MACOS_MCP_SSL_KEYFILE, ANONYMIZED_TELEMETRY, MACOS_MCP_ROOT before connecting. You can also paste the ready-made client config above.
Does Mac OS MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Mac OS MCP
Alternatives to Mac OS MCP
Maintained automation servers if Mac OS MCP isn't the fit.
- Claude Flow AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev. ★ 72,753 · 2026-09-18
- GitHub Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. ★ 33,015 · 2026-09-16
- Windows MCP An MCP Server for computer-use in Windows OS ★ 7,034 · 2026-09-16
- Claude Code Ultimate Guide Search the Claude Code Ultimate Guide and machine-readable references from any MCP client. ★ 5,990 · 2026-09-17
- Ha MCP Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants. ★ 4,770 · 2026-09-18
- Stripe Agent Toolkit MCP server integrating with Stripe - tools for customers, products, payments, and more. ★ 1,822 · 2026-09-17
More automation MCP servers · Apprise RMCP (jmagar) · Gotify RMCP (jmagar) · Tailscale RMCP (jmagar) · UniFi RMCP (jmagar) · Yarr MCP (jmagar)
More Python MCP servers · Agent Web Search · Telegram MCP · jCodemunch MCP · jDataMunch MCP · jDocmunch MCP · see all