imessage-send-mcp

andyjianzhou/imessage-send-mcp
★ 0 stars Python Communication Updated today
Minimal MCP server to send iMessages via macOS Messages app (osascript, no Full Disk Access needed)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "imessage-send-mcp": {
      "command": "uvx",
      "args": [
        "imessage-send-mcp"
      ]
    }
  }
}

Or install with pip: pip install imessage-send-mcp

README Excerpt

A minimal MCP server that sends iMessages via the macOS Messages app using `osascript`. No Full Disk Access required — write-only, never reads your message history. Exposes one tool to Claude Code (or any MCP client): - **`send_imessage(recipient, message)`** — sends an iMessage or SMS to a phone number or Apple ID email