Skip to content
Grok

bitrix24 mcp for Grok

io.github.rcs-kz/bitrix24-mcp

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

client:Grok transport:stdio runtime:npm

Install bitrix24 mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bitrix24-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ],
      "env": {
        "BITRIX24_WEBHOOK_URL": "<BITRIX24_WEBHOOK_URL>",
        "RCS_LICENSE_KEY": "<RCS_LICENSE_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bitrix24 mcp in other clients