Apple-native MCP server - 272 tools across 29 modules. HITL, audit log, rate limits. macOS only.
Most developer tooling work still happens through a UI a human drives. Airmcp MCP server moves it into the conversation instead. Apple-native MCP server - 272 tools across 29 modules. HITL, audit log, rate limits. macOS only.
Then ask your client. Works with Claude, Codex, Cursor, Raycast, Xcode agents, and any other MCP client. Nothing reads or changes a client's settings until you opt in.
The server publishes 9 tools. What each one is for:
Profiles — starter, communications-safe, productivity, full, orOpt — in network modules**: webhooks and powerautomate stay off in everyPer — call human approval** for destructive and sensitive actions at theHMAC — chained audit log** at ~/.airmcp/audit.jsonl, with tamper detectionFoundationModels — backed Apple Intelligence preview requires macOS 26+, ApplePlatform — StatusmacOS — AvailablevisionOS — RoadmapwatchOS — RoadmapThe server ships on npm as airmcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: AIRMCP_CODEX_CONFIG_PATH, AIRMCP_HTTP_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
.mcpb do not embed the Swift binary; users of those artifacts build it from sourceThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Airmcp's toolset — Profiles, Opt, Per and 6 more — is a fair guide to whether it matches your workflow. It is maintained by heznpc; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Profiles | starter, communications-safe, productivity, full, or |
| Opt | in network modules**: webhooks and powerautomate stay off in every |
| Per | call human approval** for destructive and sensitive actions at the |
| HMAC | chained audit log** at ~/.airmcp/audit.jsonl, with tamper detection |
| FoundationModels | backed Apple Intelligence preview requires macOS 26+, Apple |
| Platform | Status |
| macOS | Available |
| visionOS | Roadmap |
| watchOS | Roadmap |
{
"mcpServers": {
"airmcp": {
"command": "npx",
"args": ["-y", "airmcp"],
"env": {
"AIRMCP_CODEX_CONFIG_PATH": "your-value",
"AIRMCP_HTTP_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
.mcpb do not embed the Swift binary; users of those artifacts build it from source| Variable | Description | Required |
|---|---|---|
| AIRMCP_CODEX_CONFIG_PATH | Filesystem location the server is allowed to use. | Optional |
| AIRMCP_HTTP_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.