Apple Native Tools
Summary
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.
Available Actions(25)
send_message
Send messages using the Apple Messages app. Parameters: recipient (string), message (string)
read_messages
Read out messages from the Apple Messages app.
list_notes
List all notes in the Apple Notes app.
search_read_notes
Search and read notes in the Apple Notes app. Parameters: query (string)
search_contacts
Search contacts for sending messages. Parameters: query (string)
send_email
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
Search emails with custom queries, mailbox selection, and result limits. Parameters: query (string), mailbox (optional string), limit (optional integer)
schedule_email
Schedule emails for future delivery. Parameters: email_id (string), delivery_time (string)
manage_scheduled_emails
List and manage scheduled emails.
check_unread_email_counts
Check unread email counts globally or per mailbox. Parameters: mailbox (optional string)
list_reminders
List all reminders and reminder lists.
search_reminders
Search for reminders by text. Parameters: query (string)
create_reminder
Create new reminders with optional due dates and notes. Parameters: title (string), due_date (optional string), notes (optional string)
open_reminders_app
Open the Reminders app to view specific reminders.
search_calendar_events
Search calendar events with customizable date ranges. Parameters: start_date (string), end_date (string)
list_upcoming_events
List upcoming events.
create_calendar_event
Create new calendar events with details like title, location, and notes. Parameters: title (string), location (string), notes (optional string), start_time (string), end_time (string)
open_calendar_event
Open calendar events in the Calendar app.
web_search
Search the web using DuckDuckGo. Parameters: query (string)
search_locations
Search for locations and addresses. Parameters: query (string)
save_location_to_favorites
Save locations to favorites. Parameters: location (string)
get_directions
Get directions between locations. Parameters: from (string), to (string)
drop_pin
Drop pins on the map. Parameters: location (string)
create_guide
Create and list guides. Parameters: guide_name (string)
add_place_to_guide
Add places to guides. Parameters: guide_name (string), place (string)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione