mcpbeat Sign in

Bitrix24 MCP Server

local only

Bitrix24 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 26 Aug 2026.

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

Installs per day peak 16 · avg 8 · +8% w/w
a month agotoday
34
Installs / week
npm · @rcs-kz/bitrix24-mcp
0
Stars
3 open issues
26 Aug 2026
Last commit
0 releases in 90 days
custom licence
License
language unknown

Nothing serious here today

Today is the operative word: we check Bitrix24 MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bitrix24-mcp -- npx -y @rcs-kz/bitrix24-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bitrix24-mcp": {
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bitrix24-mcp]
command = "npx"
args = ["-y", "@rcs-kz/bitrix24-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bitrix24-mcp": {
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bitrix24-mcp": {
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BITRIX24_WEBHOOK_URL (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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bitrix24 MCP

same job, measured the same way
Bitrix24 MCP
by theyahia

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

54 installs/wk local only
Sub Agents MCP
by shinpr

MCP server for delegating tasks to specialized AI sub-agents across coding tools

217 installs/wk local only
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

187 installs/wk local only
Decern
by statwonk

MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.

87 installs/wk local only
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only
Canvas Lms MCP
by bruchris

TypeScript MCP server for Canvas LMS — 165 tools across 42 domains.

1 319 installs/wk local only
I
SmartAgent CRM
by smartagent-ru

MCP server for SmartAgent CRM: leads, tasks, sales pipelines, property listings

answering
TokenLab MCP Server
by hedging8563

TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.

581 installs/wk local only

Bitrix24 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bitrix24 MCP?
Bitrix24 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rcs-kz/bitrix24-mcp was installed 34 times last week.
How do I connect Bitrix24 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rcs-kz/bitrix24-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bitrix24 MCP?
The npm package @rcs-kz/bitrix24-mcp was installed 34 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bitrix24 MCP open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.