Sponsored by Deepsite.site

Bitrix24 MCP-DEV

Created By
Bitrix242 months ago
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Content

When a developer asks an AI assistant in an IDE, such as Cursor or VS Code, to write code for integration with Bitrix24, the neural network may suggest non-existent methods or pass unnecessary parameters. MCP provides the assistant with direct access to up-to-date documentation, making the responses more accurate.

What is MCP

Model Context Provider is a server that transmits structured data to the AI assistant: method descriptions, parameter lists, acceptable values, and usage hints.

MCP allows you to:

  • obtain relevant API methods and fields for a specific task,
  • work with structured data instead of free text,
  • reduce the number of errors and code corrections.

How to Connect to the MCP Server

Server address: https://mcp-dev.bitrix24.com/mcp

The server is accessible without authorization.

The MCP server helps AI assistants work with the current methods of the Bitrix24 REST API. This reduces the number of errors when generating code. Connect the MCP server to speed up the development of integrations.

Cursor

Open Settings > Tools > New MCP server.

Add the configuration:

"b24-dev-mcp": {
  "url": "https://mcp-dev.bitrix24.com/mcp",
  "timeout": 30000
}

Save the settings. A green indicator and a list of available tools will appear next to the server.

When composing a request, explicitly instruct the assistant: "Use b24-dev-mcp."

GitHub Copilot Chat, VS Code

For setup, use the instructions from GitHub.

Create a file

.vscode/mcp.json

in the root of the project. The content of the file:

{
  "servers": {
    "b24-dev-mcp": {
      "url": "https://mcp-dev.bitrix24.com/mcp",
      "type": "http"
    }
  },
  "inputs": []
}

Start the MCP agent by clicking the Start button that will appear in the

.vscode/mcp.json 

Select the configured MCP agent in the chat. Copilot will request context from MCP when generating code.

Claude Desktop, Anthropic

  1. Go to Settings > Integrations.
  2. Click Add integration.
  3. Fill in the fields:

Name: b24-dev-mcp;

URL: https://mcp-dev.bitrix24.com/mcp.

  1. Save the settings. Claude will automatically determine when to use MCP.

Example Requests

The MCP server automatically provides the assistant with up-to-date Bitrix24 REST API data, but the ways to interact between the IDE and MCP vary.

Cursor

Feature: requires explicit instruction to use the MCP server.

  1. Send a request in the chat with the AI assistant — "Write a curl request to create a lead in Bitrix24. Use b24-dev-mcp."
  2. The assistant will refer to the MCP server.
  3. MCP will return information about the method and its parameters from the documentation.
  4. The assistant will generate code based on the MCP response.

GitHub Copilot Chat, VS Code

Feature: it is necessary to select MCP as the agent to execute the request.

  1. Select the MCP agent and send a request in the chat with the AI assistant — "Create a lead in Bitrix24 with contact information and source 'website'. Show an example in JavaScript."
  2. Copilot will automatically use the selected MCP agent.
  3. MCP will return information about the method and its parameters from the documentation.
  4. The assistant will generate code based on the MCP response.

Claude Desktop, Anthropic

Feature: automatic determination of the need to use MCP.

  1. Send a request in the chat with the AI assistant — "Write a request to create a new lead in Bitrix24. The lead will include the following data: name, company, and phone."
  2. Claude will determine that data from the connected MCP is needed and will send the request.
  3. MCP will return information about the method and its parameters from the documentation.
  4. The assistant will generate code based on the MCP response.

Conclusion

The MCP server helps AI assistants work with the current methods of the Bitrix24 REST API. This reduces the number of errors when generating code. Connect the MCP server to speed up the development of integrations.

Server Config

{
  "mcpServers": {
    "b24-dev-mcp": {
      "url": "https://mcp-dev.bitrix24.com/mcp",
      "timeout": 30000
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
DeepChatYour AI Partner on Desktop
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
WindsurfThe new purpose-built IDE to harness magic
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Serper MCP ServerA Serper MCP Server
CursorThe AI Code Editor