Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
RCS-kz avatar

Bitrix24 MCP

  • Updated April 30, 2026
  • RCS-kz/bitrix24-mcp

Bitrix24 MCP is an MCP server that connects agents to Bitrix24 Cloud with 45 tools for CRM, tasks, deals, leads, files, and disk.

About

Bitrix24 MCP is a stdio MCP server that exposes Bitrix24 Cloud to AI coding agents through 45 tools spanning CRM, tasks, deals, leads, files, and disk storage. developers and micro-agencies running on Bitrix24.kz portals can automate routine portal operations—creating tasks, updating deals, attaching files—while implementing internal tools, client dashboards, or agent workflows in Claude Code or Cursor. Setup centers on BITRIX24_WEBHOOK_URL (portal REST webhook) and an RCS license key; credentials can live in the OS keychain with environment variables as a fallback for containers and CI. The server is a focused integration layer, not a replacement for Bitrix24’s UI or full ERP logic. Expect intermediate complexity: webhook security, trial-to-paid licensing, and understanding which CRM objects your agent may mutate. Best when your stack already standardizes on Bitrix24 Cloud and you want agent-driven ops without writing every REST call by hand.

  • 45 tools across CRM, Tasks, Deals, Leads, Files, and Disk
  • Bitrix24 Cloud inbound webhook auth with OS keychain storage on first run
  • npm stdio package @rcs-kz/bitrix24-mcp (v1.0.1)
  • Commercial RCS_LICENSE_KEY after 14-day trial; env fallback for CI/headless

Bitrix24 MCP by the numbers

  • Data as of Aug 10, 2026 (Skillselion catalog sync)
terminal
claude mcp add --env BITRIX24_WEBHOOK_URL=YOUR_BITRIX24_WEBHOOK_URL --env RCS_LICENSE_KEY=YOUR_RCS_LICENSE_KEY bitrix24-mcp -- npx -y @rcs-kz/bitrix24-mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Package@rcs-kz/bitrix24-mcp
TransportSTDIO
AuthRequired
Last updatedApril 30, 2026
RepositoryRCS-kz/bitrix24-mcp

What it does

Let your coding agent manage Bitrix24 CRM entities—deals, leads, tasks, and disk files—through 45 MCP tools from Claude or Cursor.

Who is it for?

Best when you're on Bitrix24 Cloud and want Claude or Cursor to operate CRM and tasks during custom integrations.

Skip if: Skip if you're not on Bitrix24, or those and need deep 1C-style ERP instead of Bitrix24’s CRM stack.

What you get

After registration, your agent can call 45 Bitrix24 tools so CRM and file workflows stay inside the chat-driven build loop.

  • Agent-accessible Bitrix24 CRM, task, deal, lead, file, and disk operations
  • 45-tool MCP surface documented in the Bitrix24 MCP server package

By the numbers

  • 45 MCP tools across CRM, Tasks, Deals, Leads, Files, Disk
  • Server version 1.0.1; 14-day trial before RCS license required
  • Transport: stdio; npm @rcs-kz/bitrix24-mcp
README.md

bitrix24-mcp

Production-grade MCP server for Bitrix24 Cloud — 45 tools, safe by default.

Профессиональный MCP-сервер для Bitrix24 — 45 инструментов, безопасно по умолчанию.

Русский · English · Install · Docs · Buy

This repository is the public front of a commercial product. It contains the README you're reading, install guides, changelogs, the published threat model, and our security-disclosure policy. Source code is proprietary and ships as a signed V8-bytecode bundle through the channels listed under Install. See NOTICE.md for the rationale.


🇷🇺 Русский

Что это

bitrix24-mcp — сервер Model Context Protocol, подключающий Claude Desktop к вашему облачному Bitrix24. Один раз устанавливаете, авторизуете через входящий вебхук Bitrix24 (или OAuth-приложение Bitrix24.Market) — Claude получает 45 инструментов по CRM (контакты, компании, сделки, лиды, товары), Задачам, Пользователям, Мессенджеру и Календарю.

Дальше Claude делает то, что умеет лучше всего — рассуждает над неструктурированными запросами вроде «покажи все сделки больше 50 млн ₸ с просроченной датой закрытия в этом квартале, самые крупные три — отправь email менеджерам и поставь задачу на follow-up» — и вызывает REST API Bitrix24 от вашего имени, с вашим подтверждением.

Почему это существует

Типовые «ИИ-интеграции с CRM» оптимизируют под демо. Мы оптимизируем под тот вечер, когда вы показали это CEO и он сказал «отлично, теперь запусти на реальном tenant'е». Именно здесь rate-лимиты, аудит-логи, обработка ошибок записи и гигиена токенов решают, останется продукт в вашем стеке или нет.

Что внутри

45 инструментов — каждый:

  • Типобезопасен — аргументы валидируются через Zod против строгой JSON-схемы до отправки REST-запроса. Некорректный ввод падает локально с понятной ошибкой, а не мусорным ответом API.
  • Confirm-gated по умолчанию — деструктивные инструменты (*_delete, *_update с массовыми селекторами) декларируют destructive: true в манифесте. Claude Desktop показывает диалог подтверждения.
  • Ограничен по частоте — per-tenant, per-user, per-tool. Массовые операции становятся в очередь с backpressure, а не DDoS-ят ваш Bitrix24.
  • Записывается в аудит-лог — каждый вызов — JSON-строка в ~/.bitrix24-mcp/audit.log (timestamp, инструмент, пользователь, rate-limit remaining, длительность, результат). Локально, права -rw-------.

Покрытие: CRM (контакты / компании / сделки / лиды / товары / активности + cross-type поиск), Задачи (create / assign / stage / comment / attach / time-log), Пользователи (list / get / by-department), IM (chat / DM / recent), Календарь (list / CRUD / respond). Полный справочник — docs/TOOLS.md на landing'е после установки.

Безопасность

  • Webhook / OAuth токены — в keychain ОС (macOS Keychain, Windows Credential Manager, Linux libsecret через keytar). Никогда в конфиг-файле, env или логах.
  • Zero telemetry. Не собираем метрики использования, stack traces, call patterns. Отключать нечего — ничего и не собирается.
  • Декларированный egress. Два хоста видны firewall: *.bitrix24.kz / *.bitrix24.ru / *.bitrix24.com (ваш tenant) и license.rcs.kz (валидация лицензии раз в 24 ч, fail-open после 14-дневного grace).
  • Целостность бандла. Продакшен-бандл — V8-bytecode с SHA-256 fingerprint'ом, проверяемым из 5 независимых check-points. Попытка модификации даёт явный fail.
  • Лицензии на ECDSA P-256. Подпись над tenant-scoped bundle hash + expiry. Украденная лицензия не переносится на другой tenant, срок без приватного ключа RCS не продлевается.

Модель угроз и 10-attack harness — docs/threat-model.md (synced с tests/phase4-7/ATTACK-REPORT.md каждый релиз).

Для кого

  • Клиенты Bitrix24 на Claude Pro / Team / Enterprise, которым надоело переключаться между чатом Claude и CRM.
  • Клиенты RCS (1С:франчайзинг Казахстан) — единый поставщик автоматизаций Bitrix24 поверх уже работающих интеграций 1С.
  • IT / Ops команды, которым нужно согласовать AI-CRM интеграцию и получить внятные ответы про хранение токенов, аудит и rate-лимиты.

Чем это НЕ является

  • Не чат-виджет в Bitrix24. Claude живёт в Claude Desktop (или любом MCP-совместимом клиенте).
  • Не no-code автоматизация. Для визуальных workflow — встроенные автоматизации Bitrix24.
  • Не поддерживает on-premise (коробочный) Bitrix24. Только облако. On-prem — в roadmap, без ETA.
  • Не бесплатный продукт. Мы берём деньги, потому что обновляемся, ведём поддержку и реагируем на изменения REST API Bitrix24 в течение недели. Заброшенный бесплатный инструмент хуже, чем никакой.

Цена

  • 299 USD / tenant Bitrix24 / год. Оплата USD, KZT или RUB (ЮKassa / CloudPayments по курсу дня).
  • 14 дней trial, без карты, без урезанных функций.
  • Per-tenant — неограниченное число пользователей внутри tenant'а.
  • Включает обновления в рамках текущей мажорной версии (1.x).
  • Поддержка: support@rcs.kz, SLA 1 рабочий день (Almaty, UTC+5).

Требования

  • Claude Desktop 0.8.0+ (или любой MCP-совместимый клиент)
  • macOS 13+, Windows 10+, либо Linux с libsecret
  • Bitrix24 Cloud tenant с правами администратора (для создания входящего вебхука)
  • Node.js 20 LTS или 22 LTS (только для ручной npm-установки, путь для продвинутых)

Установка

Рекомендуется: скачать .mcpb-бандл с rcs.kz/bitrix24-mcp и установить в Claude Desktop одним кликом. Пошаговая инструкция — docs/install/claude-desktop.md.

Для продвинутых:

npm install -g @rcs-kz/bitrix24-mcp

Конфиг в claude_desktop_config.json описан в install-гайде.

Поддержка и SLA

  • Ответ в течение 1 рабочего дня (Пн–Пт, 09:00–18:00 Asia/Almaty, UTC+5).
  • Патч-релизы в течение 5 рабочих дней после воспроизведения бага.
  • Безопасность: security@rcs.kz + PGP-ключ опубликован в SECURITY.md. Ответ в течение 24 часов, фикс в 7 дней, кредит репортеру (если не просил иное).

Вендор

RCS (1С:франчайзинг Казахстан) — алматинский партнёр 1С с 10+ годами работы по enterprise ERP-интеграциям в Казахстане, России, Узбекистане.


🇬🇧 English

What it is

bitrix24-mcp is a Model Context Protocol server that connects Claude Desktop to a Bitrix24 Cloud tenant. Install once, authorise against a Bitrix24 inbound webhook (or Bitrix24.Market OAuth app) — Claude gains 45 tools spanning CRM (contacts, companies, deals, leads, products), Tasks, Users, Instant Messaging, and Calendar.

Claude then does what Claude does best — reasoning over unstructured requests like "Summarise every deal over 50 M KZT that slipped its close date this quarter, email the three biggest to the account owner, and create a follow-up task for each" — and calls the Bitrix24 REST API on your behalf, with your approval.

Why it exists

Generic "connect AI to CRM" tools optimise for demo-ability. We optimise for the evening after the demo, when rate limits, audit trails, failed-write recovery, and auth-token hygiene decide whether the product stays in your stack.

What's in the box

45 tools, all of them:

  • Type-safe — every argument validated with Zod against a strict JSON schema before the REST call leaves the machine.
  • Confirm-gated by default — destructive tools (*_delete, *_update with mass-selectors) declare destructive: true in the manifest. Compliant clients surface a confirmation dialog.
  • Rate-limited — per-tenant, per-user, per-tool. Bulk imports queue with backpressure instead of DDoS-ing your own Bitrix24.
  • Audit-logged — every call writes a JSON line to ~/.bitrix24-mcp/audit.log with timestamp, tool, caller, rate-limit remaining, duration, result. User-readable only.

Coverage: CRM (contacts, companies, deals, leads, products, activities + cross-type search), Tasks (create, assign, move stages, comment, attach files, log time), Users (list, get, by-department), IM (chat, DM, recent), Calendar (list, CRUD, respond). Exhaustive reference: docs/TOOLS.md on the landing page after install.

Security posture

  • Webhook URL / OAuth tokens in the OS keychain (Keychain / Credential Manager / libsecret via keytar). Never in a config file, never in env vars, never echoed in logs.
  • No telemetry. We do not collect usage metrics, crash reports, or tool-call patterns.
  • Declared network egress. Two hosts, both visible to your firewall: *.bitrix24.{kz,ru,com} (your tenant) and license.rcs.kz (24 h license check, fail-open after a 14-day grace period).
  • Bundle integrity. Production bundle ships as V8 bytecode with SHA-256 fingerprint verified at load time from five independent check-sites.
  • ECDSA-signed licenses. P-256 signature over tenant-scoped bundle hash + expiry. Leaked licenses cannot be retargeted to another tenant.

Full threat model and 10-attack harness: docs/threat-model.md.

Who it's for

  • Bitrix24 customers on Claude Pro / Team / Enterprise who want to stop context-switching between the chat window and the CRM.
  • RCS clients (existing 1С franchise portfolio in Kazakhstan) who want a single trusted vendor for Bitrix24 automation on top of their existing 1С integrations.
  • Ops / IT teams who need to approve an AI-CRM integration and will ask pointed questions about token storage, audit, and rate limiting.

What it is not

  • Not a chat widget embedded inside Bitrix24. Claude lives in Claude Desktop (or any MCP-compatible client).
  • Not a no-code automation tool.
  • Not an on-premise Bitrix24 connector. Cloud tenants only.
  • Not a free tool.

Pricing

Tier Price What you get
Solo 0 ₸ / forever 100 calls/day · 1 portal · personal use only
Pro 25 900 ₸/mo (~$50) Unlimited · 3 portals · 24h support · commercial use · 14-day trial

🛒 Direct checkout (Pro): rcs-kz.lemonsqueezy.com/checkout/buy/5a8de75c...

🆓 Free Solo activation (5 seconds, no credit card):

curl -X POST https://bitrix24-mcp-license.shahruh.workers.dev/freemium \
  -H "Content-Type: application/json" \
  -d '{"email":"you@company.com","product":"bitrix24-mcp"}'

Subscription via Lemon Squeezy (Merchant of Record — RU/KZ cards work). Cancel anytime in 1 click.

Links

License

This repository is licensed under CC BY-ND 4.0 (documentation) — see LICENSE. The software itself (the npm package, .mcpb bundle, and all related artifacts) is governed by the Commercial EULA; source is proprietary.

Recommended MCP Servers

How it compares

Bitrix24 Cloud webhook MCP (45 tools), not generic Git or database MCP.

FAQ

Who is Bitrix24 MCP for?

Developers and operators already on Bitrix24 Cloud who use MCP clients to automate CRM, tasks, and files.

When should I use Bitrix24 MCP?

During Build integrations when you are wiring agents or internal tools to your Bitrix24 portal via inbound webhooks.

How do I add Bitrix24 MCP to my agent?

Install @rcs-kz/bitrix24-mcp, configure BITRIX24_WEBHOOK_URL and RCS_LICENSE_KEY (or keychain on first run), add stdio MCP config, restart your client.

Communicationecommerce

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.