Skip to content
Grok

airmcp for Grok

io.github.heznpc/airmcp

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

client:Grok transport:stdio runtime:npm

Install airmcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

airmcp in other clients