imessage-mcp

adelaidasofia/imessage-mcp
★ 0 stars Python 🗄️ Database Updated today
macOS-only iMessage MCP server for Claude Code. Direct chat.db read, voice-note transcription, FTS5 search, AppleScript send with draft+confirm. Vault auto-export.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "imessage-mcp": {
      "command": "uvx",
      "args": [
        "imessage-mcp"
      ]
    }
  }
}

Or install with pip: pip install imessage-mcp

README Excerpt

macOS-only MCP server that exposes iMessage history to Claude and exports per-chat conversations into an Obsidian vault. Mirrors the whatsapp-mcp pattern: same hook, same launchd cadence, same vault shape. - Direct read of `~/Library/Messages/chat.db` (SQLite, opened `mode=ro&immutable=1`). No bridge daemon.

Topics

anthropicapplescriptclaudeclaude-codeimessagemacosmcpmodel-context-protocolpythonwhisper