macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…
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 (SQLite, opened ). No bridge daemon. Voice-note transcription via Whisper local-cpp (reuses the model already installed for whatsapp-mcp). FTS5 incremental search index at .…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
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 (SQLite, opened ). No bridge daemon. Voice-note transcription via Whisper local-cpp (reuses the model already installed for whatsapp-mcp). FTS5 incremental search index at . Vault export per chat into and . Send pathway via AppleScript with draft+confirm pattern (no auto-send).…