mcpbeat Sign in

iMessage History MCP Server

local only

iMessage History runs on your own machine — the client starts it, so there is no endpoint to ping. 1 211 installs a week from npm. Last commit 15 Sep 2026.

Search and read your Apple Messages history from any MCP client. Read-only, local.

Installs per day peak 37 · avg 15 · +3% w/w
a month agotoday
1 211
Installs / week
npm · imessage-mcp
25
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/attachments.ts:117
    execFile(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/attachments.ts:117
    execFile(
Builds a database query by concatenation src/search-index.ts:411
      const canDrop = windowNormalized.length - first.normalized.length >= matchNeedle.length + SNIPPET_CONTEXT_GRAPHEMES;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch iMessage History and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add imessage-mcp -- npx -y imessage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imessage-mcp": {
      "args": [
        "-y",
        "imessage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imessage-mcp]
command = "npx"
args = ["-y", "imessage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "imessage-mcp": {
      "args": [
        "-y",
        "imessage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imessage-mcp": {
      "args": [
        "-y",
        "imessage-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IMESSAGE_PRIVACY (Most any caller can see: full (default for stdio), redacted, or aggregate.), IMESSAGE_CONTACTS (live (default) names handles from Contacts; none shows handles only.), IMESSAGE_DB (Path to a copy of chat.db instead of this Mac's Messages database.), IMESSAGE_CACHE (Set to 0 to keep the search index in memory only.), IMESSAGE_UPDATE_CHECK (Set to 0 to turn off the npm version check.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to iMessage History

same job, measured the same way
LLMemory
by meir-may

Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

answering
Glasp
by kazuki-sf

Search your Glasp web and Kindle highlights, notes, and AI memories from any MCP client. Read-only.

answering
Messages
by cardmagic

Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server

42 installs/wk local only
Slack MCP Server
by stevenvo

Read Slack conversations, threads, user info, and search messages from your MCP client.

52 installs/wk local only
Notesbridge
by isaiahdupree

Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

answering
Nimbus
by nimbus-agent

Search your local Nimbus index and run its built-in agents from any MCP client.

115 installs/wk local only
Pastea
by pastea-app

Search, read and re-copy your Mac clipboard history from Pastea. Local, pairs with one click.

31 installs/wk local only
Yaps Local Memory
by richawo

Search and safely manage your private local Yaps Markdown vault from MCP clients.

local only

iMessage History — questions

Answers built from our own checks of this server.

Why is there no uptime for iMessage History?
iMessage History runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package imessage-mcp was installed 1 211 times last week.
How do I connect iMessage History?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls imessage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use iMessage History?
The npm package imessage-mcp was installed 1 211 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is iMessage History open source?
Yes — it is published under the MIT licence, written in TypeScript and 25 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.