Connect push-topic

MCP endpoint: https://topics.xff.pw/mcp

On first connection your client opens a browser for Telegram login. Access is limited to whitelisted Telegram accounts.

Claude Code

claude mcp add --transport http push-topic https://topics.xff.pw/mcp

Codex CLI

Add to ~/.codex/config.toml (for builds with remote MCP support):

[mcp_servers.push-topic]
url = "https://topics.xff.pw/mcp"

Fallback via mcp-remote:

[mcp_servers.push-topic]
command = "npx"
args = ["-y", "mcp-remote", "https://topics.xff.pw/mcp"]