Apple MCP

by jxnl
MIT License
756
2
  • Apple

messages

Send, read, schedule, and manage unread messages in the Apple Messages app using specified operations like sending to a phone number or checking message status.

Instructions

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 from Apple MCP

Related Tools

ID: xtt9ofyljf