apigram-mcp
Installation
SKILL.md
apiGram MCP
apiGram is a multi-user Telegram API gateway (MTProto). Besides REST and WebSocket, it exposes an MCP server so an agent can drive one Telegram account directly — read chats, send messages and files, react, forward — without a custom integration layer.
Prerequisites
MCP does not create or authorize accounts — that stays REST-only. Before
connecting, you need an apiGram account that is already authorized
(phone + code, and 2FA password if enabled) and its accountId +
apiToken. See apiGram's README "Quick start" for the REST login flow
(POST /accounts → auth/send-code → auth/verify-code → optional
auth/password).