Skip to content
VS Code

facetimemcp for VS Code

io.github.aernouddekker/facetimemcp

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

client:VS Code transport:stdio runtime:npm

Install facetimemcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

facetimemcp in other clients