This MCP server implementation provides a bridge to Apple's native applications, enabling AI assistants to interact with Contacts, Notes, and Messages. Developed by Dhravya Shah, it offers tools for searching and retrieving contacts, managing notes, and sending messages. The server is built using TypeScript and Bun, integrating with the Model Context Protocol SDK. It focuses on secure handling of personal data and robust error management, making it suitable for AI applications that need to automate tasks within Apple's ecosystem. The implementation is designed for easy setup within the Claude Desktop environment and is particularly useful for personal productivity and communication workflows.
Send messages using the Apple Messages app. Parameters: recipient (string), message (string)
Read out messages from the Apple Messages app.
List all notes in the Apple Notes app.
Search and read notes in the Apple Notes app. Parameters: query (string)
Search contacts for sending messages. Parameters: query (string)
Send emails with multiple recipients (to, cc, bcc) and file attachments. Parameters: recipients (array of strings), subject (string), body (string), attachments (optional array of files)
Search emails with custom queries, mailbox selection, and result limits. Parameters: query (string), mailbox (optional string), limit (optional number)
Schedule emails for future delivery. Parameters: email_id (string), delivery_time (string)
List and manage scheduled emails.
Check unread email counts globally or per mailbox. Parameters: mailbox (optional string)
List all reminders and reminder lists.
Search for reminders by text. Parameters: query (string)
Create new reminders with optional due dates and notes. Parameters: title (string), due_date (optional string), notes (optional string)
Open the Reminders app to view specific reminders.
Search calendar events with customizable date ranges. Parameters: start_date (string), end_date (string)
List upcoming calendar events.
Create new calendar events with details like title, location, and notes. Parameters: title (string), location (optional string), notes (optional string), start_time (string), end_time (string)
Open calendar events in the Calendar app.
Search the web using DuckDuckGo. Parameters: query (string)
Search for locations and addresses. Parameters: query (string)
Save locations to favorites. Parameters: location (string)
Get directions between locations. Parameters: start_location (string), end_location (string)
Drop pins on the map. Parameters: location (string)
Create a guide. Parameters: title (string)
List guides.
Add places to guides. Parameters: guide_id (string), place (string)
No reviews yet. Be the first to review!
Sign in to join the conversation