Skip to content
Cursor

fast mcp telegram for Cursor

io.github.alexeyleshchenko/fast-mcp-telegram

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

client:Cursor transport:stdio runtime:pypi

Install fast mcp telegram 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": {
    "fast-mcp-telegram": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fast-mcp-telegram"
      ],
      "env": {
        "API_ID": "<API_ID>",
        "API_HASH": "<API_HASH>",
        "SERVER_MODE": "<SERVER_MODE>",
        "SESSION_DIR": "<SESSION_DIR>"
      }
    }
  }
}

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

fast mcp telegram in other clients