dynamic telegram bot api mcp for Claude Desktop
io.github.patricktobias86/dynamic-telegram-bot-api-mcp
A dynamic, self-refreshing MCP gateway for the complete Telegram Bot API
client:Claude Desktop
transport:stdio
runtime:npm
Install dynamic telegram bot api mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dynamic-telegram-bot-api-mcp": {
"command": "npx",
"args": [
"-y",
"dynamic-telegram-bot-api-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs