Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

telegram notify mcp in other clients