mcp telegram bot for VS Code
io.github.daedalus/mcp-telegram-bot
MCP server that exposes a Telegram bot
client:VS Code
transport:stdio
runtime:pypi
Install mcp telegram bot in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-telegram-bot": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-telegram-bot"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs