telegram notify mcp for Cursor
io.github.parthjadhav/telegram-notify-mcp
Send Telegram notifications from AI agents — text, photos, and documents.
client:Cursor
transport:stdio
runtime:npm
Install telegram notify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"telegram-notify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@parthj/telegram-notify-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