MCP Hub
Back to servers

bitrix24-mcp

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

Registrynpm23/wk
Updated
Mar 31, 2026

Quick Install

npx -y @theyahia/bitrix24-mcp

@theyahia/bitrix24-mcp

Lightweight MCP server for Bitrix24 CRM via webhook API. 4 tools for deals, contacts, and tasks.

npm license

Lightweight alternative to the official Bitrix24 MCP -- zero dependencies beyond the MCP SDK, webhook-based auth, instant setup.

Quick Start

Claude Desktop

{
  "mcpServers": {
    "bitrix24": {
      "command": "npx",
      "args": ["-y", "@theyahia/bitrix24-mcp"],
      "env": {
        "BITRIX24_WEBHOOK_URL": "https://your-domain.bitrix24.ru/rest/1/your-token/"
      }
    }
  }
}

Claude Code

claude mcp add bitrix24 -e BITRIX24_WEBHOOK_URL=https://your-domain.bitrix24.ru/rest/1/token/ -- npx -y @theyahia/bitrix24-mcp

Cursor / Windsurf

{
  "bitrix24": {
    "command": "npx",
    "args": ["-y", "@theyahia/bitrix24-mcp"],
    "env": {
      "BITRIX24_WEBHOOK_URL": "https://your-domain.bitrix24.ru/rest/1/your-token/"
    }
  }
}

Tools

ToolDescription
get_dealsList CRM deals with stage/user filters
create_dealCreate a new CRM deal
get_contactsList CRM contacts with name/phone/email filters
create_taskCreate a task with deadline and priority

Auth

VariableRequiredDescription
BITRIX24_WEBHOOK_URLYesWebhook URL (includes auth token)

Create a webhook in Bitrix24: Applications > Webhooks > Inbound webhook.

HTTP Transport

HTTP_PORT=3000 npx @theyahia/bitrix24-mcp
# or
npx @theyahia/bitrix24-mcp --http 3000

Endpoints: POST /mcp (JSON-RPC), GET /health (status).

Skills

  • skill-tasks -- create and manage Bitrix24 tasks
  • skill-deals -- list and create CRM deals

License

MIT

Reviews

No reviews yet

Sign in to write a review