carterlasalle/mac_messages_mcp
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Quick Start
Clone the repository:
git clone https://github.com/carterlasalle/mac_messages_mcpClaude Desktop configuration example:
{
"mcpServers": {
"macmessagesmcp": {
"command": "npx",
"args": [
"-y",
"carterlasalle/mac_messages_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.