Skip to content
Grok

facetimemcp for Grok

io.github.aernouddekker/facetimemcp

MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls

client:Grok transport:stdio runtime:npm

Install facetimemcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "facetimemcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/facetimemcp"
      ]
    }
  }
}

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

facetimemcp in other clients