Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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.

GitHubEmbed

Описание

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:

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

from github.com/andyjianzhou/imessage-send-mcp

Установка Imessage Send

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/andyjianzhou/imessage-send-mcp

FAQ

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

Compare Imessage Send with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication