Skip to content
Cursor

telegram mcp for Cursor

io.github.jgalea/telegram-mcp

Telegram MCP server: read, send, and search messages and manage chats via your account.

client:Cursor transport:stdio runtime:pypi

Install telegram mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "telegram-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "telegram-mcp-jgalea"
      ]
    }
  }
}

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

telegram mcp in other clients