
Airmcp
- 15 repo stars
- Updated July 27, 2026
- heznpc/AirMCP
Airmcp is an Apple-native Model Context Protocol server that exposes hundreds of macOS and Google Workspace automation tools with human-in-the-loop approvals, audit logs, and rate limits so agents can act across desktop
About
Airmcp is a production-grade, Apple-native MCP server that gives agents read, write, and control access across the macOS app ecosystem with safety primitives like human-in-the-loop approvals and audit logs. It bundles hundreds of tools for Notes, Reminders, Calendar, Mail, Finder, Shortcuts, UI automation, Apple Intelligence, and Google Workspace modules. Install it when you need deep Mac automation from Claude Code or other MCP clients and can run a macOS-only server with explicit permission handling.
- 272 tools across 29 modules for Notes, Mail, Calendar, Finder, and more
- Human-in-the-loop approval gates and HMAC-chained audit logging
- stdio and HTTP transports with token auth and origin allow-lists
- Apple Intelligence and Swift-backed HealthKit, Photos, and Vision tools
- macOS only; menubar app recommended for permissions and loopback HTTP
Airmcp by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add airmcp -- npx -y airmcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 15 |
|---|---|
| Package | airmcp |
| Transport | STDIO |
| Auth | None |
| Last updated | July 27, 2026 |
| Repository | heznpc/AirMCP ↗ |
How can an AI agent reliably read and act across Apple Notes, Mail, Calendar, Finder, and system controls on macOS without brittle one-off AppleScript for every task?
Control Apple Notes, Calendar, Mail, Finder, Shortcuts, and Apple Intelligence on macOS through 272 MCP tools with HITL gates.
Who is it for?
macOS developers and power users who want a broad, governed MCP bridge to Apple apps and optional Apple Intelligence features from Claude, Cursor, or other MCP clients.
Skip if: Windows or Linux environments, headless servers without GUI permissions, or users who only need a single-app integration instead of a full desktop automation layer.
What you get
Agents perform native macOS actions through validated tools, with sensitive operations gated by HITL approvals and recorded in tamper-evident audit logs.
Recommended MCP Servers
FAQ
Does Airmcp run on Windows or Linux?
No—Airmcp requires macOS; most tools use JXA on macOS 14+, with Swift-backed features needing an optional local Swift bridge build.
How many tools are available?
The server advertises 272 tools across 29 modules; the CLI starter set is smaller unless you enable full mode with --full or AIRMCP_FULL=true.
What safety controls are built in?
It provides human-in-the-loop approval for sensitive actions, HMAC-chained audit logs, rate limits, OAuth scopes, and local-first execution options.