imessage max for VS Code
io.github.cyberpapiii/imessage-max
AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.
client:VS Code
transport:stdio
runtime:pypi
Install imessage max in VS Code
.vscode/mcp.json
{
"servers": {
"imessage-max": {
"type": "stdio",
"command": "uvx",
"args": [
"imessage-max"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs