iMessage MCP Server

send_imessage

Send an iMessage using Messages app

Input Schema

NameRequiredDescriptionDefault
messageYesMessage content to send
recipientYesPhone number or email of the recipient

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Message content to send", "type": "string" }, "recipient": { "description": "Phone number or email of the recipient", "type": "string" } }, "required": [ "recipient", "message" ], "type": "object" }

You must be authenticated.

Other Tools