MCP.so
登录
M

Mcp Server For Bitrix24

@stemirkhan

关于 Mcp Server For Bitrix24

# mcp-bitrix24

基本信息

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "bitrix24": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bitrix24"
      ],
      "env": {
        "BITRIX24_WEBHOOK_URL": "https://<your-domain>/rest/<user_id>/<webhook>/"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Server For Bitrix24?

Mcp Server For Bitrix24 is an MCP/JSON-RPC server over STDIO that integrates with Bitrix24 to manage tasks, workgroups, and users. It is designed for developers and Claude Desktop users who need programmatic access to Bitrix24 via the Model Context Protocol.

How to use Mcp Server For Bitrix24?

Install with npm install and build with npm run build. Run via npx mcp-bitrix24. Set the BITRIX24_WEBHOOK_URL environment variable to your Bitrix24 webhook URL. The server listens on STDIO and exposes tools for tasks, workgroups, and users.

Key features of Mcp Server For Bitrix24

  • Create, update, close, reopen, and list tasks
  • List and create workgroups
  • List users and get current user info
  • Retrieve available fields for tasks and users
  • Input validation with Zod
  • Clean architecture with domain, adapters, and infrastructure layers

Use cases of Mcp Server For Bitrix24

  • Automate task creation and updates from AI assistants
  • Manage workgroups and user assignments programmatically
  • Fetch task history and user lists for reporting
  • Integrate Bitrix24 project management with Claude Desktop

FAQ from Mcp Server For Bitrix24

What are the runtime requirements?

Node.js 18 or later and a Bitrix24 webhook URL.

How do I configure the webhook URL?

Set the environment variable BITRIX24_WEBHOOK_URL to the full webhook URL, e.g. https://<your-domain>/rest/<user_id>/<webhook>/.

Which transport does the server use?

STDIO only; no HTTP or other transports are supported.

How are tools validated?

All tool inputs are validated using Zod schemas.

Where does task and user data live?

Data is fetched from the Bitrix24 REST API via the configured webhook; the server does not store any data locally.

评论

其他 分类下的更多 MCP 服务器