Apple MCP tools provides native macOS integration for AI assistants, enabling access to Apple applications like Contacts, Notes, Messages, Mail, Reminders, Calendar, and Maps. Developed by Dhravya Shah, this TypeScript implementation uses JXA (JavaScript for Automation) and AppleScript to interact with macOS applications, allowing AI assistants to perform tasks such as sending messages, creating notes, managing reminders, searching emails, and getting directions. The server features both eager and lazy loading modes for reliability, making it particularly valuable for users who want their AI assistant to interact with their personal data and Apple ecosystem without leaving the conversation context.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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 for and read notes in the Apple Notes app. Parameters: query (string)
Search for contacts to send messages. Parameters: query (string)
Send emails with multiple recipients. Parameters: to (array of strings), cc (optional array of strings), bcc (optional array of strings), subject (string), body (string), attachments (optional array of file paths)
Search emails with custom queries. Parameters: query (string), mailbox (optional string), limit (optional integer)
Schedule emails for future delivery. Parameters: email details (object with to, subject, body, schedule_time)
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. 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. Parameters: title (string), location (optional string), notes (optional string), start_time (string), end_time (string)
Open specific 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: from (string), to (string)
Drop pins on the map. Parameters: location (string)
Create a guide for locations. Parameters: title (string), description (optional string)
List all guides.
Add places to guides. Parameters: guide_id (string), place (string)