MCP.so
Sign In
M

Mcp Server For Bitrix24

@stemirkhan

About Mcp Server For Bitrix24

# mcp-bitrix24

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers