mcpbeat Sign in

Facetimemcp MCP Server

local only

Facetimemcp runs on your own machine — the client starts it, so there is no endpoint to ping. 14 installs a week from npm. Last commit 2 Sep 2026.

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

Installs per day peak 6 · avg 2 · +200% w/w
a month agotoday
14
Installs / week
npm · @aernoud/facetimemcp
5
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Facetimemcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add facetimemcp -- npx -y @aernoud/facetimemcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "facetimemcp": {
      "args": [
        "-y",
        "@aernoud/facetimemcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.facetimemcp]
command = "npx"
args = ["-y", "@aernoud/facetimemcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "facetimemcp": {
      "args": [
        "-y",
        "@aernoud/facetimemcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "facetimemcp": {
      "args": [
        "-y",
        "@aernoud/facetimemcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Facetimemcp

same job, measured the same way
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Clawcall
by clawcall-dev

MCP server for ClawCall — AI-powered US phone calling.

44 installs/wk local only
Echosaw
by matthew-b-simpson

Media intelligence analysis for audio, video, and images via the Echosaw MCP server.

341 installs/wk local only
Echosaw
by echosaw

Media intelligence analysis for audio, video, and images via the Echosaw MCP server.

answering
Pexels
by developer-ishan

MCP server for searching Pexels stock photos, videos, and curated collections.

145 installs/wk local only
Calendarmcp
by aernouddekker

MCP server for macOS Calendar.app — calendar and event management via AppleScript

23 installs/wk local only
Video Editing MCP
by burningion

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

186 installs/wk local only

Facetimemcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Facetimemcp?
Facetimemcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aernoud/facetimemcp was installed 14 times last week.
How do I connect Facetimemcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aernoud/facetimemcp straight from npm; nothing to host, nothing to sign up for.
How many people use Facetimemcp?
The npm package @aernoud/facetimemcp was installed 14 times in the last week. Week over week that is +200%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Facetimemcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.