Back to MCP Servers

Mac Messages

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 ful…

communicationllm

Installation

npx -y mac_messages_mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub