Skip to main content
Glama

Telegram MCP Server

package.json1.26 kB
{ "name": "telegram-mcp-server", "version": "1.0.0", "type": "module", "description": "MCP server scaffold for Telegram workflows using the official Model Context Protocol SDK", "main": "mcp-server.js", "scripts": { "client": "node mcp-client.js", "start": "node mcp-server.js", "prepare": "npm run build", "build": "echo \"No build step required\"", "prepublishOnly": "npm test", "test": "echo \"No tests specified yet\"" }, "files": [ "mcp-server.js", "telegram-client.js", "LIBRARY.md", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/kfastov/telegram-mcp-server.git" }, "keywords": [ "telegram", "telegram-client", "mcp", "mcp-server", "mtproto", "fastmcp", "claude", "cursor", "ai-assistant", "ai-agent" ], "author": "Konstantin Fastov", "license": "MIT", "bugs": { "url": "https://github.com/kfastov/telegram-mcp-server/issues" }, "homepage": "https://github.com/kfastov/telegram-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "@mtcute/core": "^0.26.1", "@mtcute/node": "^0.26.1", "better-sqlite3": "^9.6.0", "dotenv": "^16.5.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kfastov/telegram-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server