Skip to main content
Glama
duanefields

iMessage MCP

by duanefields

iMessage MCP

An MCP server that reads the local iMessage database and sends messages through Messages.app on macOS.

It runs over stdio for local use and over HTTP for remote use, so a phone or tablet can reach the same server that the laptop uses. That is the point of the project: the desktop-only iMessage integrations work well, but the desktop is the wrong place — the messages worth acting on arrive while you are away from it.

Status

Early. The read layer is being built; the HTTP transport, auth, and deployment are not written yet. See docs/scope.md for the design, the measurements behind it, and what is deliberately deferred.

Related MCP server: iMessage MCP Server

Requirements

  • macOS, with Messages signed in

  • Python 3.12+ and uv

  • Full Disk Access for the Python interpreter, to read ~/Library/Messages/chat.db

Sending additionally needs permission to control Messages, which macOS prompts for the first time a message is sent.

Development

uv sync --extra test
uv run pytest

The test suite is offline and runs against a synthetic database built from Apple's schema. It never opens the real one, so it works on a machine that has never sent an iMessage.

License

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables reading, searching, and sending iMessages directly from MCP-compatible clients by accessing the local macOS iMessage database, supporting conversations, attachments, and both individual and group chats.
    104
    10
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables reading, searching, sending iMessages, viewing image attachments, and managing conversations, with full support for modern macOS attributedBody parsing.
    14
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for reading and sending iMessages on macOS. Exposes iMessage history and send capabilities through tools like list_conversations and send_imessage.
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay

  • Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

View all MCP Connectors

Latest Blog Posts

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

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