Macos MCP Server
Rank #54,219io.github.aernouddekker/facetimemcp
MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls
Macos MCP Server is a Model Context Protocol (MCP) server published by aernouddekker. It ranks #54,219 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Macos MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Apr 9, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 61,372 of 115,591 servers on MCP Toplist.
Use Macos MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add facetimemcp -- npx -y @aernoud/facetimemcp[mcp_servers.facetimemcp]
command = "npx"
args = ["-y", "@aernoud/facetimemcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"facetimemcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/facetimemcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"facetimemcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/facetimemcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"facetimemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/facetimemcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"facetimemcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/facetimemcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"facetimemcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/facetimemcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aernouddekker%2Ffacetimemcp)<a href="https://mcptoplist.com/server/io.github.aernouddekker%2Ffacetimemcp"><img src="https://mcptoplist.com/badge/io.github.aernouddekker%2Ffacetimemcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aernouddekker
Other servers by aernouddekker
View all aernouddekker servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 9, 2026 |
Frequently asked questions
- Who maintains Macos MCP Server?
- Macos MCP Server is maintained by aernouddekker, which publishes 7 MCP servers (32 total versions) tracked on MCP Toplist.
- Is Macos MCP Server listed on the Official MCP Registry?
- Yes — Macos MCP Server is listed on the Official MCP Registry.
- How many versions does Macos MCP Server have?
- MCP Toplist tracks 1 version of Macos MCP Server, most recently published on Apr 9, 2026.
- Where can I find the source code for Macos MCP Server?
- The source code for Macos MCP Server is hosted at github.com/aernouddekker/macos-mcp.