Bitrix24 MCP Server

Bitrix24 MCP Server for AI Agent Integration

Local serverstdioTypeScript

What is the Bitrix24 MCP server?

If you want an AI assistant working directly with Bitrix24, the bitrix24 mcp server is the bridge. Bitrix24 MCP Server for AI Agent Integration.

What Bitrix24 does

A comprehensive Model Context Protocol (MCP) server for Bitrix24 CRM integration, enabling AI agents to seamlessly interact with your Bitrix24 instance through a powerful set of tools.

Tools it exposes

Once connected, the assistant can call these 7 tools directly:

  • Utilities — The Utilities tool exposed by this server
  • Prerequisites — The Prerequisites tool exposed by this server
  • Setup — 1. Clone and install dependencies: bash git clone cd bitrix24-mcp-server npm install
  • Contacts — The Contacts tool exposed by this server
  • Deals — The Deals tool exposed by this server
  • Tasks — The Tasks tool exposed by this server
  • Users — The Users tool exposed by this server

Installing the bitrix24 mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 2 environment variables: BITRIX24_WEBHOOK_URL, USER_ID. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  • Node.js 18+ - npm or yarn - Bitrix24 webhook URL

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Bitrix24 sits in that group, and the shape of its toolset — Utilities, Prerequisites, Setup among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 7 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Bitrix24.
  • Maintained by gunnit, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the bitrix24 mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
UtilitiesThe Utilities tool exposed by this server.
PrerequisitesThe Prerequisites tool exposed by this server.
Setup1. **Clone and install dependencies:** bash git clone <repository-url> cd bitrix24-mcp-server npm install
ContactsThe Contacts tool exposed by this server.
DealsThe Deals tool exposed by this server.
TasksThe Tasks tool exposed by this server.
UsersThe Users tool exposed by this server.

Configuration

  • Node.js 18+ - npm or yarn - Bitrix24 webhook URL
VariableDescriptionRequired
BITRIX24_WEBHOOK_URLEndpoint or connection string the server talks to.Yes
USER_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use Bitrix24 to Utilities.
  • Use Bitrix24 to Prerequisites.
  • Use Bitrix24 to Setup.

Frequently asked questions

It connects Bitrix24 to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Utilities, Prerequisites, Setup, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bitrix24 directly.