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
Quick Start
Clone the repository:
git clone https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-serverClaude 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.