Skip to content
LangChain

Chatroost — unofficial Telegram MCP server for LangChain

io.github.mcp-telegram/mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

client:LangChain transport:streamable-http runtime:npm

Install Chatroost — unofficial Telegram MCP server in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-telegram": {
            "transport": "streamable_http",
            "url": "https://mcp.mcp-telegram.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Chatroost — unofficial Telegram MCP server in other clients