apple-mcp
by supermemoryai·★ 3,090·Score 52
Apple MCP server that turns native Apple apps into AI superpowers via tools for Messages, Notes, Contacts, Mail, etc.
Overview
Apple MCP is a comprehensive Model Context Protocol server that provides AI-powered access to core Apple applications. It enables AI assistants to interact natively with Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps through a well-structured set of tools. The server features clear tool chaining capabilities, allowing complex multi-step workflows like reading notes, finding contacts, and sending automated messages. With both easy installation via Smithery and manual setup options, it offers flexibility for different user preferences.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're a macOS user wanting to automate interactions between your Apple ecosystem applications and AI assistants.
When NOT to choose this
Don't choose this if you're not using macOS, as it requires Apple's native applications to function properly.
Tools this server exposes
8 tools extracted from the READMEsend_messageSend messages to anyone in your contacts
create_noteCreate notes in the Notes app
search_contactsFind contacts in your address book
send_emailSend emails with attachments, CC, BCC
create_reminderCreate reminders with due dates
create_eventCreate calendar events
search_locationsSearch for locations in Maps
save_favoriteSave locations as favorites in Maps
Note: Tool names inferred from feature descriptions rather than explicit documentation
Comparable tools
Installation
Installation
Option 1: Smithery (Recommended)
npx -y install-mcp apple-mcp --client claudeFor Cursor users:
npx -y install-mcp apple-mcp --client cursorOption 2: Manual Setup
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
}First, ensure you have bun installed:
brew install oven-sh/bun/bunFAQ
- What Apple applications does this MCP server support?
- Apple MCP supports Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps applications with tools for reading, writing, searching, and managing data in each.
- Can I chain multiple tools together?
- Yes, the server supports command chaining allowing complex workflows like reading notes, finding contacts, and sending automated messages in a single request.
Compare apple-mcp with
Last updated · Auto-generated from public README + GitHub signals.