MCP Server
MCP
Telegram (mcp-telegram)
MCP server for Telegram userbot — messages, media, reactions, polls & more. Built on GramJS/MTProto.
Install
npx -y @overpod/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@overpod/mcp-telegram",
"version": "1.41.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegram API ID from https://my.telegram.org/apps",
"isRequired": true,
"isSecret": true,
"name": "TELEGRAM_API_ID"
},
{
"description": "Telegram API hash from https://my.telegram.org/apps",
"isRequired": true,
"isSecret": true,
"name": "TELEGRAM_API_HASH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment