Skip to content
Cursor

airmcp for Cursor

io.github.heznpc/airmcp

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

client:Cursor transport:stdio runtime:npm

Install airmcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

airmcp in other clients