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.
Installation
npx -y carterlasalle/mac_messages_mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mac_messages_mcp",
"command": "npx",
"args": [
"-y",
"carterlasalle/mac_messages_mcp"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub