mcpbeat

Apple Productivity MCP Server

by gambadio
local only

Apple Productivity MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Aug 2026.

On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.

Installs / week
npm · @gambadio/apple-productivity-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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 apple-productivity-mcp -- npx -y @gambadio/apple-productivity-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-productivity-mcp": {
      "args": [
        "-y",
        "@gambadio/apple-productivity-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-productivity-mcp]
command = "npx"
args = ["-y", "@gambadio/apple-productivity-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-productivity-mcp": {
      "args": [
        "-y",
        "@gambadio/apple-productivity-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-productivity-mcp": {
      "args": [
        "-y",
        "@gambadio/apple-productivity-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Apple Productivity MCP

same job, measured the same way
Macuse
by macuse-app

MCP server for Mac — control Calendar, Mail, Notes, Reminders, and any Mac app, fully on-device.

local only
Remindersmcp
by aernouddekker

MCP server for macOS Reminders.app — list and reminder management via AppleScript

51 installs/wk local only
Calendarmcp
by aernouddekker

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

54 installs/wk local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

5 902 installs/wk local only
psyXe MCP Server
by bjenkinsgit

Apple Notes, Reminders, and Contacts for AI assistants. BERT semantic search. macOS.

local only
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

62 installs/wk local only
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

180 installs/wk local only
Icloud MCP
by eodozzy

Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).

60 installs/wk local only

Apple Productivity MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Productivity MCP?
Apple Productivity MCP 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 @gambadio/apple-productivity-mcp.
How do I connect Apple Productivity MCP?
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 @gambadio/apple-productivity-mcp straight from npm; nothing to host, nothing to sign up for.
Is Apple Productivity MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.