From imessage
Local stdio MCP server running a Bun application (bun run start) for SMS messaging tools and resources. No secrets or API keys indicated.
npx claudepluginhub anthropics/claude-plugins-official --plugin imessageAdd to your .mcp.json:
{
"mcpServers": {
"imessage": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun