mcp telegram bot for Cursor
io.github.daedalus/mcp-telegram-bot
MCP server that exposes a Telegram bot
client:Cursor
transport:stdio
runtime:pypi
Install mcp telegram bot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-telegram-bot": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-telegram-bot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs