Mcp Server For Bitrix24
@stemirkhan
About Mcp Server For Bitrix24
# mcp-bitrix24
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments