From cc-dm
Local MCP server providing access to iMessage for reading conversations, sending messages, searching history, and managing attachments on macOS. Runs locally with Bun; no secrets required.
npx claudepluginhub akram012388/cc-dm --plugin cc-dmAdd to your .mcp.json:
{
"mcpServers": {
"cc-dm": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun