Odel
AirMCP

AirMCP

Local
@heznpc16JavaScriptMITUpdated Today

Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmairmcpv2.16.1

Run

npx -y airmcp

MCP client config

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