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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
Comments