Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Telegram Bot API Docs

БесплатноНе проверен

Scrapes the official Telegram Bot API documentation and provides tools for querying methods, types, fields, and relationships.

GitHubEmbed

Описание

Scrapes the official Telegram Bot API documentation and provides tools for querying methods, types, fields, and relationships.

README

It gives AI clients access to the current Telegram Bot API documentation. The server scrapes the official docs on startup, validates the method/type graph, and serves the result through MCP tools and JSON resources.

Run

Run the published package over stdio, which is the usual transport for local AI client bindings:

uvx telegram-bot-api-docs-mcp

Or run as an HTTP MCP server:

uvx telegram-bot-api-docs-mcp --transport http --host 127.0.0.1 --port 8080

Startup requires internet access because the server fetches https://core.telegram.org/bots/api every time it starts.

For local development from a checkout, use uv run python main.py with the same arguments.

Codex

This repo includes a project-scoped Codex config at .codex/config.toml:

[mcp_servers.telegram-bot-api-docs]
command = "uvx"
args = ["telegram-bot-api-docs-mcp"]

Start a new Codex session from this trusted repo and run /mcp to confirm that telegram-bot-api-docs is connected.

Tools

  • get_bot_api_overview: version, release date, changelog URL, and counts.
  • list_methods / list_types: paginated method/type discovery with optional search.
  • get_method / get_type: full docs for a method or type.
  • get_field: docs for a specific method parameter or type field.
  • search_bot_api: search names, descriptions, fields, return types, and relationships.
  • get_related_types: subtype and usage graph for a type.
  • dump_bot_api_spec: raw full spec or a single section.

Resources

  • telegram-bot-api://overview
  • telegram-bot-api://methods
  • telegram-bot-api://types
  • telegram-bot-api://spec

Scraper

scrape.py contains the parser and schema validation used by the MCP server.

Thanks to PaulSonOfLars for such wonderful project

Example

Here is an example bot created completely using codex

Made by Mukund

from github.com/MukundSinghRajput/telegram-bot-api-docs-mcp

Установить Telegram Bot API Docs в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install telegram-bot-api-docs-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add telegram-bot-api-docs-mcp -- uvx telegram-bot-api-docs-mcp

FAQ

Telegram Bot API Docs MCP бесплатный?

Да, Telegram Bot API Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Telegram Bot API Docs?

Нет, Telegram Bot API Docs работает без API-ключей и переменных окружения.

Telegram Bot API Docs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Telegram Bot API Docs в Claude Desktop, Claude Code или Cursor?

Открой Telegram Bot API Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Telegram Bot API Docs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication