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-serverConfiguration
{
"mcpServers": {
"imessage-query-fastmcp-mcp-server": {
"command": "npx",
"args": ["-y", "imessage-query-fastmcp-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes