imessage-mcp
Allows reading and sending iMessages on macOS, including sending text, files, managing chats, and checking for new messages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@imessage-mcpshow my unread messages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
imessage-mcp
MCP server for iMessage on macOS. Read and send messages via AI agents.
Requirements
macOS
Python 3.10+
Full Disk Access (for reading messages)
Messages.app running (for sending)
Related MCP server: jons-mcp-imessage
Setup
uv syncGrant Full Disk Access
System Settings → Privacy & Security → Full Disk Access
Add your terminal (Terminal, iTerm, VS Code, Cursor)
Restart the terminal
Run
cd src && python main.pyServer runs at http://127.0.0.1:8080/mcp
Architecture
Layer | Component | Description |
Transport | HTTP/MCP | Streamable HTTP via dedalus-mcp |
Reads |
| Direct SQL on |
Sends |
| AppleScript RPC to Messages.app |
Tools
Tool | Description |
| Check if iMessage is ready |
| Read messages (filters: chat_id, search, since, chronological) |
| List conversations |
| Get chat members |
| Get unread messages |
| Get attachments for a message |
| Copy attachment to local path |
| Send text to phone/email |
| Send text to group chat |
| Send file to phone/email |
| Send file to group chat |
| Search Contacts.app by name |
| Start watching for new messages |
| Get messages since last check |
| Stop watching |
MCP Config
Add to Claude Desktop config:
{
"mcpServers": {
"imessage": {
"url": "http://127.0.0.1:8080/mcp"
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aryanma/imessage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server