Skip to main content
Glama

Apple MCP

by jxnl

messages

Send, read, schedule, or check unread messages directly in the Apple Messages app using structured operations. Simplify messaging tasks by specifying phone numbers, message content, or scheduling times efficiently.

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" }

Other Tools from Apple MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jxnl/apple-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server