From discord
Connects to the LINE messaging platform API for sending/receiving messages, managing groups, and accessing user profiles. Runs locally using Bun.
npx claudepluginhub anthropics/claude-plugins-official --plugin discordAdd to your .mcp.json:
{
"mcpServers": {
"discord": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bunShare bugs, ideas, or general feedback.