From qqbot
Connects to the LINE messaging platform API for sending/receiving messages, managing groups, and accessing user profiles. Runs locally using Bun.
npx claudepluginhub hank9999/claude-qq-channel --plugin qqbotAdd to your .mcp.json:
{
"mcpServers": {
"qqbot": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun