Bitrix24 MCP Server (gunnit)
Bitrix24 MCP Server
A TypeScript MCP server for Bitrix24 CRM: contacts, companies, leads, deals, tasks and sales rep performance reports
Install
npm install
cp .env.example .env
npm run buildRun inside the cloned repository and set BITRIX24_WEBHOOK_URL in .env.
This is third-party code. Review the repository files before installing.
What it does
The server works with Bitrix24 through an inbound webhook and lets the agent create, read, update and list contacts, companies, leads, deals and tasks. It filters deals by pipeline, budget and stage, searches the whole CRM and resolves responsible user names instead of IDs. A separate tool group collects sales rep activity, compares their metrics, tracks deal movement across stages and builds sales reports. Rate limiting and webhook permission checks are built in.
Who it is for. For sales managers and Bitrix24 integrators who need both CRM operations and team analytics.
Good fit when
- You need to create leads, deals and tasks in Bitrix24 from an agent chat
- You need a report on rep activity and conversion
- You need to filter deals by pipeline or budget
Not a fit when
- You only need search without CRM write access
- You need a one-command install: the server builds from source
Example request
Show Bitrix24 deals in the wholesale pipeline over 500,000 and compare rep results for the monthLimitations
There is no npm package; clone, build and point to build/index.js. The README is English, the root holds many scratch files and notes, and there is no license file although the README mentions MIT. It needs an inbound webhook with CRM and task rights; the last repository changes are more than a year old.
How to disable. Remove the bitrix24 block from the client MCP config and disable the inbound webhook in Bitrix24.
MCP
- Transport
- stdio
- Authentication
- API key
| Environment variables | |
|---|---|
| BITRIX24_WEBHOOK_URL required, secret | Bitrix24 inbound webhook URL including the secret code |
| LOG_LEVEL | Log level |
Security check
- Creates and updates contacts, companies, leads, deals and tasks in the live CRM
- The webhook URL with its secret grants access to client and employee data
README in short
The README groups the tools: contacts, deals, tasks, users, leads, companies, deal filters, utilities and sales monitoring. Setup is clone, npm install, a .env with the webhook URL and a build, followed by a Claude Desktop config block. It covers webhook setup, project structure, adding tools and common errors.
FAQ
How is it different from other Bitrix24 servers?
Broad entity coverage, including leads, companies and tasks, plus dedicated rep analytics tools.
What rights does the webhook need?
CRM and task rights; bitrix24_diagnose_permissions helps find what is missing.
Related
Salesforce's official DX MCP server: work with orgs, metadata, data, users and Apex tests from your agent
E-Commerce Skills
E-Commerce Skills by Nexscope
A large set of text skills for Amazon, Shopify, eBay, Etsy, TikTok Shop and Walmart sellers: pricing, listings, ads and growth
153 cross-border e-commerce skills via the LinkFox API: Amazon, Ozon, TikTok Shop, 1688, keywords, ads and patents
An MCP server for Bitrix24 CRM contacts and deals via an inbound webhook: search, lists and deal stage changes