Bitrix24 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 6 Sep 2026.
MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет @theyahia/bitrix24-mcp ссылается на theyahia/mcp-servers
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add bitrix24-mcp -- npx -y @theyahia/bitrix24-mcp
{
"mcpServers": {
"bitrix24-mcp": {
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bitrix24-mcp]
command = "npx"
args = ["-y", "@theyahia/bitrix24-mcp"]
{
"mcpServers": {
"bitrix24-mcp": {
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bitrix24-mcp": {
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BITRIX24_WEBHOOK_URL (API key for the service).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.
MCP server for Planfix API — tasks, contacts. 3 tools.
MCP server for Megaplan — tasks, deals management via API v3.
Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.
MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks
MCP server for Z-API — WhatsApp messaging, contacts, media
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
MCP server for macOS Contacts.app — contact management via AppleScript
Answers built from our own checks of this server.