Back to MCP Servers

Imessage Query Fastmcp

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling

communicationllm

Installation

npx -y imessage-query-fastmcp-mcp-server

Configuration

{
  "mcpServers": {
    "imessage-query-fastmcp-mcp-server": {
      "command": "npx",
      "args": ["-y", "imessage-query-fastmcp-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub