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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mac_messages_mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mac_messages_mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use carterlasalle/mac_messages_mcp directly without routing
npx -y mac_messages_mcpNew to Agent-CoreX? View setup guide →