← Index

io.github.theYahia/bitrix24-mcp

io.github.theYahia/bitrix24-mcp·v1.0.1·CRM & Sales
Quality Score
85
/100

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

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

API key for the service

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