AgentHubAgentHub

bitrix24-mcp

MCP ServerMCP Registry官方收录

io.github.RCS-kz/bitrix24-mcp · v1.0.1

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

概览

bitrix24-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "bitrix24-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rcs-kz/bitrix24-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.RCS-kz/bitrix24-mcp",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "bitrix24-mcp",
  "description": "Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.",
  "repository": {
    "url": "https://github.com/RCS-kz/bitrix24-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/RCS-kz/bitrix24-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@rcs-kz/bitrix24-mcp",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BITRIX24_WEBHOOK_URL",
            "description": "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.",
            "isSecret": true
          },
          {
            "name": "RCS_LICENSE_KEY",
            "description": "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.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.RCS-kz/bitrix24-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.RCS-kz%2Fbitrix24-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
bitrix24-mcp — MCP Server 安装与配置 · AgentHub