wyattjoh/imessage-mcp
A Model Context Protocol server for reading iMessage data from macOS.
Quick Start
Clone the repository:
git clone https://github.com/wyattjoh/imessage-mcpClaude Desktop configuration example:
{
"mcpServers": {
"imessage-mcp": {
"command": "npx",
"args": [
"-y",
"wyattjoh/imessage-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.