Skip to main content
CommunicationPython

hannesrudolph/imessage-query-fastmcp-mcp-server

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

communicationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
hannesrudolph