About
Apple MCP Server integrates AI assistants with native macOS applications, enabling control over Apple's built-in apps including Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps. Key capabilities: - Manage Messages app: send texts, read conversations, and schedule messages to send later - Control Notes app: create notes and search through existing entries instantly - Access Contacts: look up contact information without manual searching - Handle Mail operations: send emails with attachments/CC/BCC, search inboxes, schedule sends, and check unread counts - Manage Reminders: create tasks with due dates, search reminders, and view to-do lists - Calendar integration: create events, search schedules, and list upcoming appointments - Maps functionality: search locations, get directions, save favorite places, and create travel guides
README
🍎 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
[](https://smithery.ai/server/@Dhravya/apple-mcp)
🤯 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?
📝 Notes - Your brain's external hard drive
👥 Contacts - Your personal network, digitized
📧 Mail - Email like a pro (or at least pretend to)
⏰ Reminders - For humans with human memory
📅 Calendar - Time management for the chronically late
🗺️ Maps - For people who still get lost with GPS
🎭 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 claude
For Cursor users (we see you):
npx -y install-mcp apple-mcp --client cursor
Option 2: Manual Setup (For the Brave)
Click if you're feeling adventurous
First, get bun (if you don't have it already):
brew install oven-sh/bun/bun
Then 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"
"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.ts
Now go forth and automate your digital life! 🚀
---
_Made with ❤️ by supermemory (and honestly, claude code)_
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support