Odel
messages

messages

Local
@cardmagic19TypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cardmagic/messagesv1.2.0

Run

npx -y @cardmagic/messages

MCP client config

{
  "mcpServers": {
    "messages": {
      "command": "npx",
      "args": [
        "-y",
        "@cardmagic/messages"
      ]
    }
  }
}