Skip to main content
CommunicationTypeScript

wyattjoh/imessage-mcp

A Model Context Protocol server for reading iMessage data from macOS.

communicationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/wyattjoh/imessage-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "imessage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wyattjoh/imessage-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
wyattjoh