Imessage Send
БесплатноНе проверенEnables sending iMessages or SMS messages via the macOS Messages app using osascript. No Full Disk Access required, and never reads your message history.
Описание
Enables sending iMessages or SMS messages via the macOS Messages app using osascript. No Full Disk Access required, and never reads your message history.
README
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.
What it does
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
Requirements
- macOS (uses
osascript+ Messages app) - Messages app must be open and signed in to iMessage
- Python 3.11+
Installation
pip install imessage-send-mcp
Or from source:
git clone https://github.com/andyjianzhou/imessage-send-mcp
cd imessage-send-mcp
pip install -e ".[dev]"
Add to Claude Code
claude mcp add-json "imessage-send" '{
"command": "python3",
"args": ["-m", "imessage_send_mcp.server"]
}'
Then restart Claude Code. The send_imessage tool will be available in your next session.
Usage
Once connected, Claude can send messages like:
send_imessage("+14155551234", "Hello from Claude!")
Recipients can be:
- Phone number in E.164 format:
+14155551234 - Apple ID email:
[email protected]
Security
- No Full Disk Access needed — this server only sends messages, never reads
chat.db - No network requests — runs entirely locally via AppleScript
- Minimal surface area — ~50 lines of code, fully auditable
Development
pip install -e ".[dev]"
pytest # run tests
ruff check . # lint
mypy src # type check
License
MIT
Установить Imessage Send в Claude Desktop, Claude Code, Cursor
unyly install imessage-send-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add imessage-send-mcp -- uvx --from git+https://github.com/andyjianzhou/imessage-send-mcp imessage-send-mcpFAQ
Imessage Send MCP бесплатный?
Да, Imessage Send MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Imessage Send?
Нет, Imessage Send работает без API-ключей и переменных окружения.
Imessage Send — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Imessage Send в Claude Desktop, Claude Code или Cursor?
Открой Imessage Send на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Imessage Send with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
