MCP Directory

carterlasalle/mac_messages_mcp

GitHub
Communication

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mac_messages_mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from carterlasalle/mac_messages_mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route carterlasalle/mac_messages_mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mac_messages_mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use carterlasalle/mac_messages_mcp directly without routing

npx -y mac_messages_mcp

New to Agent-CoreX? View setup guide →

carterlasalle/mac_messages_mcp MCP Server — Agent-CoreX