Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"messenger-bot": {
"command": "node",
"args": [
"./mcp-servers/messenger-bot/src/index.js"
],
"env": {
"TELEGRAM_CHAT_ID": "${TELEGRAM_CHAT_ID}",
"DISCORD_BOT_TOKEN": "${DISCORD_BOT_TOKEN}",
"DISCORD_CHANNEL_ID": "${DISCORD_CHANNEL_ID}",
"TELEGRAM_BOT_TOKEN": "${TELEGRAM_BOT_TOKEN}",
"DISCORD_WEBHOOK_URL": "${DISCORD_WEBHOOK_URL}"
}
}
}
}Replace placeholder values for: DISCORD_BOT_TOKEN, TELEGRAM_BOT_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN}DISCORD_CHANNEL_ID=${DISCORD_CHANNEL_ID}TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}Sensitive values you must provide — never committed to source control
npx claudepluginhub kit4some/oh-my-claudeclaw --plugin openclaw-cc