Odel
cursor chat bridge

cursor chat bridge

Local
@udah12TypeScriptMITUpdated 1mo ago

Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcursor-telegram-chatv0.1.23

Run

npx -y cursor-telegram-chat

MCP client config

{
  "mcpServers": {
    "cursor-chat-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-telegram-chat"
      ]
    }
  }
}