Apple MCP
Provides tools to manage Apple native apps: send and read iMessages, manage Notes (search, list, read, create, update, append, delete, open), manage Contacts (search, get phone numbers), manage Mail (overview, search, read, draft, reply, forward, move, mark read), manage Reminders (list, show, search, create, edit, complete, delete), manage Calendar (create events, search, list upcoming, open events), and use Maps (search locations, save favorites, get directions, create guides, drop pins).
Supports iCloud sync for Apple Reminders via EventKit, enabling reminders to sync across Apple devices.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Apple MCPsend a message to Alice that I'm running late"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π Apple MCP - Better Siri that can do it all :)
Plot twist: Your Mac can do more than just look pretty. Turn your Apple apps into AI superpowers!
Love this MCP? Check out supermemory MCP too - https://mcp.supermemory.ai
Click below for one click install with .dxt
π€― What Can This Thing Do?
Basically everything you wish your Mac could do automatically (but never bothered to set up):
π¬ Messages - Because who has time to text manually?
Send messages to anyone in your contacts (even that person you've been avoiding)
Read your messages (finally catch up on those group chats)
Schedule messages for later (be that organized person you pretend to be)
π Notes - Your brain's external hard drive
Full Apple Notes management via MCP β search, list, read, create, update, append, delete, and open notes. Each note gets a stable synthetic ID (folder::creationDate::title) you can reuse for follow-up operations.
Operation | What it does |
| Find notes by keyword in title or body (optional |
| List notes across all folders, or filter with |
| List all Notes folders |
| Read full note body by |
| Create a note (auto-creates folder if missing) |
| Replace entire note body |
| Append text to an existing note (use |
| Delete a note |
| Open a note in the Notes app |
Note IDs: After create, list, or search, copy the ID: line from results. Use it with read, append, update, delete, or open to target the exact note β even when titles duplicate.
Example MCP calls:
{ "operation": "create", "title": "Sprint Goals", "body": "- Ship feature\n- Write tests", "folderName": "Work" }{ "operation": "append", "noteId": "Work::Friday, May 30, 2026 at 10:00:00 AM::Sprint Goals", "body": "\n---\nDone: tests" }{ "operation": "read", "noteId": "Work::Friday, May 30, 2026 at 10:00:00 AM::Sprint Goals" }Requires Automation β Notes permission for your terminal or Cursor.
π₯ Contacts - Your personal network, digitized
Find anyone in your contacts without scrolling forever
Get phone numbers instantly (no more "hey, what's your number again?")
Actually use that contact database you've been building for years
π§ Mail - Email like a pro (or at least pretend to)
Full inbox triage via MCP β no OpenClaw required. Fast SQLite search plus Mail.app actions for organization.
Operation | What it does |
| Inbox dashboard β unread counts, recent unread, mailbox breakdown, top senders |
| List and find messages (SQLite index, ~50ms) |
| Read full body from |
| Create a new draft (saved for review, not auto-sent) |
| Create reply or forward drafts from a message ID |
| Move messages to a mailbox (Archive, project folders, etc.) |
| Mark messages read or unread in batch (max 20 IDs) |
| Top senders analytics β spot newsletter overload |
| Account and mailbox discovery |
Inbox zero workflow: overview β search for urgent items β reply/draft for responses β move to Archive β markRead for the rest.
Message IDs: Returned by search, unread, overview, and latest. Reuse with read, open, reply, forward, move, and markRead.
Requires Full Disk Access (SQLite index) and Automation β Mail (move, reply, mark read).
β° Reminders - For humans with human memory
Full Apple Reminders management when remindctl is installed (brew install steipete/tap/remindctl). Uses EventKit for fast list/search/complete/delete with iCloud sync β no OpenClaw required.
Operation | What it does |
| List all reminder lists |
| Show reminders by filter: today, tomorrow, week, overdue, upcoming, completed, all, or a date |
| Search reminder titles and notes |
| Get full details for a reminder by ID |
| Create a reminder (remindctl preferred; AppleScript fallback) |
| Update title, notes, due date, list, or priority |
| Mark one or more reminders complete by ID |
| Delete reminders by ID |
| Create a new reminder list |
| Open a reminder, list, or the Reminders app |
| Check remindctl install and permission status |
Reminder IDs: show, search, and create return stable IDs you can reuse with info, edit, complete, delete, and open.
Setup:
brew install steipete/tap/remindctl
remindctl authorizeRequires Reminders permission for your terminal or Cursor.
π Calendar - Time management for the chronically late
Create events faster than you can double-book yourself
Search for that meeting you're definitely forgetting about
List upcoming events (spoiler: you're probably late to something)
Open calendar events directly (skip the app hunting)
πΊοΈ Maps - For people who still get lost with GPS
Search locations (find that coffee shop with the weird name)
Save favorites (bookmark your life's important spots)
Get directions (finally stop asking Siri while driving)
Create guides (be that friend who plans everything)
Drop pins like you're claiming territory
π The Magic of Chaining Commands
Here's where it gets spicy. You can literally say:
"Read my conference notes, find contacts for the people I met, and send them a thank you message"
And it just... works. Like actual magic, but with more code.
π Installation (The Easy Way)
Option 1: Smithery (For the Sophisticated)
npx -y install-mcp apple-mcp --client claudeFor Cursor users (we see you):
npx -y install-mcp apple-mcp --client cursorOption 2: Manual Setup (For the Brave)
First, get bun (if you don't have it already):
brew install oven-sh/bun/bunThen add this to your claude_desktop_config.json:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
}π¬ See It In Action
Here's a step-by-step video walkthrough: https://x.com/DhravyaShah/status/1892694077679763671
(Yes, it's actually as cool as it sounds)
π― Example Commands That'll Blow Your Mind
"Send a message to mom saying I'll be late for dinner""Find all my AI research notes and email them to sarah@company.com""Add follow-up items to my Work/Sprint Goals note""List all folders in Apple Notes, then create a meeting note in Work""Create a reminder to call the dentist tomorrow at 2pm""Show me my calendar for next week and create an event for coffee with Alex on Friday""Find the nearest pizza place and save it to my favorites"π οΈ Local Development (For the Tinkerers)
git clone https://github.com/dhravya/apple-mcp.git
cd apple-mcp
bun install
bun run index.tsNow go forth and automate your digital life! π
Made with β€οΈ by supermemory (and honestly, claude code)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/8ncg92gm86-bit/apple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server