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 to anyone in your contacts. Parameters: contact (string), message (string)
Read your messages to catch up on conversations.
Schedule messages for later delivery. Parameters: contact (string), message (string), time (datetime)
Create notes. Parameters: content (string)
Search through your notes. Parameters: query (string)
Find a contact in your contacts list. Parameters: name (string)
Get phone number of a contact. Parameters: name (string)
Send emails with attachments, CC, and BCC. Parameters: to (string), subject (string), body (string), attachments (array)
Search through your emails. Parameters: query (string)
Schedule an email for later delivery. Parameters: to (string), subject (string), body (string), time (datetime)
Create a reminder with due dates. Parameters: title (string), due_date (datetime)
Search through your reminders. Parameters: query (string)
List all upcoming calendar events.
Create a calendar event. Parameters: title (string), date (datetime)
Search for a location on the map. Parameters: query (string)
Save a location as a favorite. Parameters: location (string)
Get directions to a location. Parameters: destination (string)