Apple MCP Server

by Dhravya
Verified

messages

Interact with Apple Messages app - send, read, schedule messages and check unread messages

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of messages to read (optional, for read and unread operations)
messageNoMessage to send (required for send and schedule operations)
operationYesOperation to perform: 'send', 'read', 'schedule', or 'unread'
phoneNumberNoPhone number to send message to (required for send, read, and schedule operations)
scheduledTimeNoISO string of when to send the message (required for schedule operation)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of messages to read (optional, for read and unread operations)", "type": "number" }, "message": { "description": "Message to send (required for send and schedule operations)", "type": "string" }, "operation": { "description": "Operation to perform: 'send', 'read', 'schedule', or 'unread'", "enum": [ "send", "read", "schedule", "unread" ], "type": "string" }, "phoneNumber": { "description": "Phone number to send message to (required for send, read, and schedule operations)", "type": "string" }, "scheduledTime": { "description": "ISO string of when to send the message (required for schedule operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools