imessage max for Cursor
io.github.cyberpapiii/imessage-max
AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.
client:Cursor
transport:stdio
runtime:pypi
Install imessage max in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"imessage-max": {
"type": "stdio",
"command": "uvx",
"args": [
"imessage-max"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs