mcpbeat Sign in

Apple Productivity MCP Server

local only

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

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

Installs per day peak 15 · avg 5 · +50% w/w
a month agotoday
25
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

Nothing serious here today

Today is the operative word: we check Apple Productivity MCP 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 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

24 installs/wk local only
Fruit Forwarder MCP
by pdfowler

Scoped local MCP access to Apple Reminders and read-only Calendar data via macOS EventKit.

local only
Calendarmcp
by aernouddekker

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

23 installs/wk local only
Local MCP
by lanchuske

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

3 245 installs/wk local only
psyXe MCP Server
by bjenkinsgit

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

local only
Apple Tools (Unified)
by jonathanrreed

Unified Apple ecosystem MCP server for macOS: Mail, Calendar, Notes, Files, Messages, and more.

895 installs/wk local only
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering

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 was installed 25 times last week.
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.
How many people use Apple Productivity MCP?
The npm package @gambadio/apple-productivity-mcp was installed 25 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
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.