Product Telegram Bot
FreeNot checkedThis MCP server enables product management and mathematical calculations through a Telegram bot interface. It allows users to view, search, and add products to
About
This MCP server enables product management and mathematical calculations through a Telegram bot interface. It allows users to view, search, and add products to a database using natural language commands.
README
Структура
MCP/
├── mcp_server/
│ ├── server.py
│ ├── db.py
│ ├── tools.py
│ ├── requirements.txt
│ └── env.example.txt
└── telegram_bot/
├── bot.py
├── config.py
├── mcp_client.py
├── requirements.txt
└── env.example.txt
1) Установка зависимостей
Вариант 1: Использование скрипта установки (рекомендуется)
Для Windows (CMD):
setup_env.bat
Для Windows (PowerShell):
powershell -ExecutionPolicy Bypass -File setup_env.ps1
Для Linux/macOS:
chmod +x setup_env.sh
./setup_env.sh
Вариант 2: Ручная установка с виртуальным окружением
Создайте и активируйте виртуальное окружение, затем установите зависимости:
Windows:
# Создание виртуального окружения
python -m venv venv
# Активация (CMD)
venv\Scripts\activate.bat
# Активация (PowerShell)
.\venv\Scripts\Activate.ps1
# Установка зависимостей
pip install --upgrade pip
pip install -r requirements.txt
Linux/macOS:
# Создание виртуального окружения
python3 -m venv venv
# Активация
source venv/bin/activate
# Установка зависимостей
pip install --upgrade pip
pip install -r requirements.txt
Вариант 3: Без виртуального окружения (не рекомендуется)
В двух разных терминалах (или по очереди):
cd mcp_server
pip install -r requirements.txt
cd telegram_bot
pip install -r requirements.txt
2) Настройка переменных окружения
Из-за настроек проекта файлы .env не коммитятся — создай их локально по примерам:
mcp_server/env.example.txt→ создайmcp_server/.envtelegram_bot/env.example.txt→ создайtelegram_bot/.env
Минимально нужно:
- Telegram:
TELEGRAM_API_TOKEN - OpenAI:
OPENAI_API_KEY - MCP URL для бота:
MCP_SERVER_URL(по умолчаниюhttp://127.0.0.1:8000)
3) Запуск MCP сервера
cd mcp_server
python server.py
Проверка:
GET http://127.0.0.1:8000/healthGET http://127.0.0.1:8000/toolsPOST http://127.0.0.1:8000/call
4) Запуск Telegram бота
cd telegram_bot
python bot.py
Примеры запросов в Telegram
- "покажи все товары"
- "найди чай"
- "добавь товар яблоки категория фрукты цена 120"
- "посчитай (2+2)*3"
Активация виртуального окружения
После первоначальной настройки, для повторной активации виртуального окружения:
Windows:
activate_env.bat
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -File activate_env.ps1
Linux/macOS:
chmod +x activate_env.sh # Make script executable (one-time)
./activate_env.sh
Или вручную:
- Windows CMD:
venv\Scripts\activate.bat - Windows PowerShell:
.\venv\Scripts\Activate.ps1 - Linux/macOS:
source venv/bin/activate
Если venv не активируется (частая причина на PowerShell)
В PowerShell может быть запрещён запуск скриптов. Выполни один раз:
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
Installing Product Telegram Bot
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/balychevtsev-coder/MCPFAQ
Is Product Telegram Bot MCP free?
Yes, Product Telegram Bot MCP is free — one-click install via Unyly at no cost.
Does Product Telegram Bot need an API key?
No, Product Telegram Bot runs without API keys or environment variables.
Is Product Telegram Bot hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Product Telegram Bot in Claude Desktop, Claude Code or Cursor?
Open Product Telegram Bot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Product Telegram Bot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
