Skip to main content
Glama

iMessage MCP Server

by marissamarym

send_imessage

Send iMessages via the Messages app by specifying a recipient and message content using a local server interface.

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

Other Tools from iMessage MCP Server

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/marissamarym/imessage-mcp-server'

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