mac-messages-mcp

MIT License
76
  • Apple

tool_send_message

Send messages directly via the macOS Messages app by specifying recipients (phone, email, contact) and text. Supports individual and group chats through the MCP server mac-messages-mcp.

Instructions

Send a message using the Messages app. Args: recipient: Phone number, email, contact name, or "contact:N" to select from matches For example, "contact:1" selects the first contact from a previous search message: Message text to send group_chat: Whether to send to a group chat (uses chat ID instead of buddy)

Input Schema

NameRequiredDescriptionDefault
group_chatNo
messageYes
recipientYes

Input Schema (JSON Schema)

{ "properties": { "group_chat": { "default": false, "title": "Group Chat", "type": "boolean" }, "message": { "title": "Message", "type": "string" }, "recipient": { "title": "Recipient", "type": "string" } }, "required": [ "recipient", "message" ], "title": "tool_send_messageArguments", "type": "object" }

You must be authenticated.

Other Tools from mac-messages-mcp

Related Tools

ID: gxvaoc9znc