Skip to content

claude ops telegram server for Cursor

io.github.auroracapital/claude-ops-telegram-server

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

client:Cursor transport:stdio runtime:npm

Install claude ops telegram server 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": {
    "claude-ops-telegram-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "env": {
        "TELEGRAM_API_ID": "<TELEGRAM_API_ID>",
        "TELEGRAM_API_HASH": "<TELEGRAM_API_HASH>",
        "TELEGRAM_PHONE": "<TELEGRAM_PHONE>",
        "TELEGRAM_SESSION": "<TELEGRAM_SESSION>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude ops telegram server in other clients