dynamic telegram bot api mcp for Cursor
io.github.patricktobias86/dynamic-telegram-bot-api-mcp
A dynamic, self-refreshing MCP gateway for the complete Telegram Bot API
client:Cursor
transport:stdio
runtime:npm
Install dynamic telegram bot api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dynamic-telegram-bot-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dynamic-telegram-bot-api-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs