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
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.
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
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments