Stats
Actions
Tags
From qqbot
Connects to the Telegram Bot API for sending and receiving messages, managing chats, and automating interactions. Runs locally and likely requires a Telegram bot token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"qqbot": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub hank9999/claude-qq-channel --plugin qqbot