← Back to Bitrix24 MCP Server

Install Bitrix24 MCP Server

Pick your client, copy the command, done.

Manual setup required. The maintainer's config contains paths only you know — edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/Maxli53/mcp_bitrix
cd bitrix24-mcp-server
npm install
npm run build
2

Register it in Claude Code

claude mcp add -e "BITRIX24_WEBHOOK_URL=${BITRIX24_WEBHOOK_URL}" bitrix24-mcp -- node /path/to/bitrix24-mcp-server/build/index.js

Replace any placeholder paths in the command with the real path on your machine.

Required:BITRIX24_WEBHOOK_URL

Environment Variables

Set these before running Bitrix24 MCP Server.

VariableDescriptionRequired
BITRIX24_WEBHOOK_URLThe webhook URL for your Bitrix24 instanceYes

Available Tools (6)

Once configured, Bitrix24 MCP Server gives your AI agent access to:

bitrix24_create_contactCreate new contacts in Bitrix24.
bitrix24_list_dealsList deals with filtering capabilities.
bitrix24_create_taskCreate new tasks in the CRM.
bitrix24_search_crmSearch across all CRM entities.
bitrix24_get_user_performance_summaryGet comprehensive performance summary with deal metrics and conversion rates.
bitrix24_generate_sales_reportGenerate comprehensive sales reports with customizable metrics.

Try It Out

After setup, try these prompts with your AI agent:

List all active deals in the current pipeline.
Create a new contact for John Doe with email john@example.com.
Generate a performance summary for the sales team for this month.
Search for the company 'Acme Corp' in the CRM.
Track the progression of deal ID 123 through the pipeline stages.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Node.js 18+ with npm/npx installed
  • BITRIX24_WEBHOOK_URL — The webhook URL for your Bitrix24 instance

Keep this setup from going cold

Save the docs, env vars, and workflow around Bitrix24 MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup