wyattjoh/imessage-mcp
by Various
A Model Context Protocol server for reading iMessage data from macOS.
MCP
wyattjoh/imessage-mcp
Added 1 June 2026
Overview
A TypeScript implementation of the Model Context Protocol (MCP) server that reads iMessage data from macOS. It exposes iMessage conversations and messages to MCP-compatible clients, allowing language models to access local message history.
Best for
Best for
macOS developers building local AI tools that need read access to iMessage conversations.
Use cases
- Access iMessage conversations for context in AI assistants
- Retrieve message history for local analysis or logging
- Integrate iMessage data into MCP-based workflows
How to use
Install
deno install --global --allow-read --allow-env --allow-sys --allow-ffi -n imessage-mcp jsr:@wyattjoh/imessage-mcp Tools exposed
search_messagesget_recent_messagesget_chatsget_handlesget_messages_from_chatsearch_contacts
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "imessage": {\n "command": "deno",\n "args": [\n "run",\n "--allow-read",\n "--allow-env",\n "--allow-sys",\n "--allow-ffi",\n "jsr:@wyattjoh/imessage-mcp"\n ]\n }\n }\n} Notes
A TypeScript implementation of the Model Context Protocol (MCP) server that reads iMessage data from macOS. It exposes iMessage conversations and messages to MCP-compatible clients, allowing language models to access local message history.
27 stars on GitHub. Last updated 2026-03-02. Licensed MIT.
Use cases
- Access iMessage conversations for context in AI assistants
- Retrieve message history for local analysis or logging
- Integrate iMessage data into MCP-based workflows
Pros
- Lightweight and focused solely on reading iMessage data
- Open source TypeScript codebase, easy to audit and modify
- Compatible with any MCP client for standard integration
Cons
- Only works on macOS due to iMessage platform dependency
- Requires permissions to access the iMessage database, which may involve system security restrictions
- Small community (27 stars) may mean limited support and slower updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight and focused solely on reading iMessage data
- Open source TypeScript codebase, easy to audit and modify
- Compatible with any MCP client for standard integration
Cons
- Only works on macOS due to iMessage platform dependency
- Requires permissions to access the iMessage database, which may involve system security restrictions
- Small community (27 stars) may mean limited support and slower updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.