Skip to main content
CommunicationUnknown

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.

communicationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/carterlasalle/mac_messages_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "macmessagesmcp": {
      "command": "npx",
      "args": [
        "-y",
        "carterlasalle/mac_messages_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Unknown
Author
carterlasalle