iMessage MCP Server

send_imessage

Send iMessages directly through the Messages app by specifying the recipient's phone number or email and the message content. Integrates with macOS Contacts for streamlined messaging.

Instructions

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 from iMessage MCP Server

Related Tools

ID: l9nb64rn7g