Airmcp

Your AI assistant can use the Mac apps you already use. Ask for something in plain language and AirMCP does it in the real Notes, Mail, Calendar, Reminders, Messages, Photos, Safari, Finder, and Shortcuts on your machine - your actual data, not a copy and not a sandbox. The macOS runtime is available today; the iOS runtime is in preview. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 16 · #25 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Airmcp

before you install - you'll need

Set AIRMCP_HTTP_TOKEN before connecting.

Claude Code

claude mcp add heznpc-airmcp -- npx -y airmcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "heznpc-airmcp": {
      "command": "npx",
      "args": [
        "-y",
        "airmcp"
      ]
    }
  }
}

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

npm package airmcp - unscoped; check the name against the project README before installing

registry namespace io.github.heznpc is GitHub-verified and matches the repo owner

03 · What Airmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.16.5 · 2026-08-14

add allow_sleep to release prevent_sleep before lid close · bump js-yaml from 4.3.0 to 4.3.1 in /docs/site · guide users to the exact settings pane for non-promptable TCC grants · tools/list 스키마를 JSON Schema 2020-12로…

v2.16.4 · 2026-08-03

bump jose from 6.2.4 to 6.2.5 in the production-minor-patch group · sign the embedded Node runtime with JIT entitlements · migrate mixed-version legacy chains, disclose unverified rows, isolate tests from the real…

v2.16.3 · 2026-07-31

refresh contributing workflow · bump actions/setup-node from 6.4.0 to 7.0.0 · sync contribution templates with module manifest · widen registry propagation window so a shipped publish is not a red release · match trust…

04 · Who maintains Airmcp

airmcp is maintained by heznpc. We track 2 MCP servers from heznpc - 1 actively maintained, 32 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
productivity - ranked #25 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-14)
registry
io.github.heznpc/airmcp (active, first published 2026-06-10 · 4 versions)
packages
npm:airmcp

06 · Airmcp FAQ

What is Airmcp?

Your AI assistant can use the Mac apps you already use. Ask for something in plain language and AirMCP does it in the real Notes, Mail, Calendar, Reminders, Messages, Photos, Safari, Finder, and Shortcuts on your machine - your actual data, not a copy and not a sandbox. The macOS runtime is available today; the iOS runtime is in preview. It runs locally over stdio via the published package.

Is Airmcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Airmcp?

Run `npx -y airmcp`. The README documents one environment variable (AIRMCP_HTTP_TOKEN) to set first. Set AIRMCP_HTTP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Airmcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Airmcp