Skip to content
Cursor

facetimemcp for Cursor

io.github.aernouddekker/facetimemcp

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

client:Cursor transport:stdio runtime:npm

Install facetimemcp in Cursor

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

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

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

facetimemcp in other clients