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_mcpConfiguration
{
"mcpServers": {
"mac_messages_mcp": {
"command": "npx",
"args": ["-y", "mac_messages_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes