← Index

io.github.RCS-kz/bitrix24-mcp

io.github.RCS-kz/bitrix24-mcp·v1.0.1·CRM & Sales
Quality Score
90
/100

Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bitrix24-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "env": {
        "BITRIX24_WEBHOOK_URL": "<your-bitrix24_webhook_url>",
        "RCS_LICENSE_KEY": "<your-rcs_license_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bitrix24-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "env": {
        "BITRIX24_WEBHOOK_URL": "<your-bitrix24_webhook_url>",
        "RCS_LICENSE_KEY": "<your-rcs_license_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @rcs-kz/bitrix24-mcp
§02  Environment variables
BITRIX24_WEBHOOK_URL
secret

Inbound webhook URL of your Bitrix24 portal (https://<portal>.bitrix24.kz/rest/<user_id>/<token>/). Stored in the OS keychain on first run; this env var is a fallback for CI / containerised / headless deployments.

RCS_LICENSE_KEY
secret

Commercial license key issued after the 14-day trial. Stored in the OS keychain on first run; env var fallback only needed for CI / headless deployments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in CRM & Sales