mcpbeat Sign in

Apple Messages MCP Server

local only

Apple Messages runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from pypi. Last commit 21 Aug 2026.

Read Messages history on macOS and send or reply through Messages.app.

Installs per day peak 491 · avg 52 · -36% w/w
a month agotoday
144
Installs / week
pypi · apple-messages-mcp
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple Messages every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-messages-mcp -- uvx apple-messages-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-messages-mcp": {
      "args": [
        "apple-messages-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-messages-mcp]
command = "uvx"
args = ["apple-messages-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-messages-mcp": {
      "args": [
        "apple-messages-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-messages-mcp": {
      "args": [
        "apple-messages-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple Messages

same job, measured the same way
iMessage MCP
by anipotts

Read-only MCP for iMessage, SMS, MMS, and RCS history already present in Apple Messages on Mac.

975 installs/wk local only
Imessage Max
by cyberpapiii

AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.

214 installs/wk local only
Apple Mail
by jonathanrreed

Read, search, compose, and send emails via Apple Mail on macOS.

138 installs/wk local only
macOS-only MCP server that exposes iMessage chat
by adelaidasofia

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

local only
Apple Contacts
by jonathanrreed

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

165 installs/wk local only
Whatsapp Macos
by kalki-kgp

WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web.

188 installs/wk local only
agent-talk
by basenull

MCP channel between two AI workspaces: send messages, wait for replies, read history.

answering
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

1 053 installs/wk local only

Apple Messages — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Messages?
Apple Messages runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apple-messages-mcp was installed 144 times last week.
How do I connect Apple Messages?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-messages-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple Messages?
The pypi package apple-messages-mcp was installed 144 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Messages open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.