bitrix24-mcp-server1
Verified Safeby ArtemFilin1990
Overview
This server provides a Model Context Protocol (MCP) interface for Bitrix24 CRM, enabling AI agents to seamlessly interact with Bitrix24 for complete CRM management, including contacts, deals, leads, companies, and tasks, along with advanced search and diagnostics.
Installation
node build/index.jsEnvironment Variables
- BITRIX24_WEBHOOK_URL
Security Notes
The codebase generally follows good security practices, using environment variables for sensitive data like the Bitrix24 webhook URL and `zod` for input validation. Dangerous functions like `eval` are not used. Child process spawning (`child_process.spawn`) is used for running the core MCP server from an HTTP wrapper, but the commands are fixed to internal scripts, minimizing injection risks. However, the HTTP wrapper (`server.js`) sets `Access-Control-Allow-Origin: *`, which could be a security concern in a production environment if not intentionally broad. Error logging might expose sensitive API error messages if not carefully managed.
Similar Servers
nextcloud-mcp-server
Transforms a Nextcloud instance into a semantic intelligence engine, providing AI agents and semantic search capabilities.
airtable-mcp
Provides a Model Context Protocol (MCP) server for Airtable, enabling AI agents to perform full CRUD operations, schema management, webhooks, batch operations, and AI-powered analytics through natural language interactions.
mcp
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).
DatabaseMcpServer
Provides a robust and secure database access layer for AI assistants, supporting 19 types of databases with single-instance multi-database dynamic switching and over 50 tools for data and schema management.