mcpbeat Sign in

Messages MCP Server

by cardmagic Your server? Claim it
local only

Messages runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 3 Sep 2026.

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

Installs per day peak 26 · avg 8 · +41% w/w
a month agotoday
42
Installs / week
npm · @cardmagic/messages
19
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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 a command on install [пакет] package.json:1
postinstall: node -e "try { require('better-sqlite3'); } catch(e) { require('child_process').execSync('npm rebuild better-sqlite3', { stdio: 'inherit' }); }"

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 messages -- npx -y @cardmagic/messages
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "messages": {
      "args": [
        "-y",
        "@cardmagic/messages"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.messages]
command = "npx"
args = ["-y", "@cardmagic/messages"]
.cursor/mcp.json
{
  "mcpServers": {
    "messages": {
      "args": [
        "-y",
        "@cardmagic/messages"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "messages": {
      "args": [
        "-y",
        "@cardmagic/messages"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Messages

same job, measured the same way
iMessage History
by anipotts

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

1 211 installs/wk local only
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
Imessage Max
by cyberpapiii

AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.

118 installs/wk local only
Bussin MCP
by sgebb

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

627 installs/wk local only
MCP Advisor
by stucchi

Browse, search, and discover MCP servers from your AI assistant

128 installs/wk local only
conduitAI
by akbaraziz

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

59 installs/wk local only
Rocketchat MCP
by millerchou

MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio

46 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

Messages — questions

Answers built from our own checks of this server.

Why is there no uptime for Messages?
Messages 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 @cardmagic/messages was installed 42 times last week.
How do I connect Messages?
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 @cardmagic/messages straight from npm; nothing to host, nothing to sign up for.
How many people use Messages?
The npm package @cardmagic/messages was installed 42 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Messages open source?
Yes — it is published under the MIT licence, written in TypeScript and 19 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.