Bitrix24 MCP-DEV
@bitrix24
About Bitrix24 MCP-DEV
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 Bi
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"b24-dev-mcp": {
"url": "https://mcp-dev.bitrix24.com/mcp",
"timeout": 30000
}
}
}Tools
4Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods and articles with short descriptions.
Description: Returns details of a Bitrix24 REST method. Use after resolving a method via 'bitrix-search'. Parameters: - method (required): exact REST method name (e.g., 'crm.deal.add'). - field (optional): all|name|description|params|example|errors|returns|url (default: all). Response format: - field=name → only the method name. - field=description → only the description (no headings). - field=params → list of parameters, one per line. - field=example → first available example (raw text/code). - field=errors → extracted errors table/paragraphs (heuristic). - field=returns → extracted returns section (heuristic). - field=url → only the URL. - field=all → Method/Title/Description/URL/Params/Example in a compact order. Error handling / ambiguity: - If the method is not found: 'Method '<method>' not found.' - If a field is missing (e.g., no examples), an empty string is returned for that field.
Description: Returns full text for a non-method documentation article. Use after resolving an article via 'bitrix-search'. Parameters: - title_or_hint (required): Title or unique hint to locate the article (e.g., first line from search). - top_k (optional): How many candidates to aggregate (default: 5). Response format: Returns structured article content with metadata: - Title and description - Full text content - URL and other metadata if available
Description: Returns event documentation details similarly to articles. Use after resolving an event via 'bitrix-search'. Parameters: - title_or_hint (required): Title or unique hint to locate the event doc. - top_k (optional): How many candidates to aggregate (default: 5).
Overview
What is Bitrix24 MCP-DEV?
Bitrix24 MCP-DEV is a Model Context Protocol server that provides AI assistants with up-to-date Bitrix24 REST API documentation. It helps developers using IDEs like Cursor, VS Code, or Claude Desktop generate more accurate integration code by supplying current method descriptions, parameter lists, and usage hints.
How to use Bitrix24 MCP-DEV?
Connect by configuring the MCP server in your IDE with the URL https://mcp-dev.bitrix24.com/mcp and no authorization required. In Cursor, add it via Settings > Tools > New MCP server. In VS Code, create .vscode/mcp.json with the server URL and select the MCP agent in Copilot Chat. In Claude Desktop, add it through Settings > Integrations. No additional tools or dependencies are needed.
Key features of Bitrix24 MCP-DEV
- Provides real-time Bitrix24 REST API methods and fields
- Accessible without authentication
- Reduces errors in AI-generated integration code
- Works with Cursor, VS Code, and Claude Desktop
- Supplies structured documentation instead of free text
Use cases of Bitrix24 MCP-DEV
- Developer asks an AI assistant to create a lead in Bitrix24 using curl or JavaScript
- Copilot writes API calls with correct parameters when building custom integrations
- AI generates code that uses current methods instead of outdated or nonexistent ones
FAQ from Bitrix24 MCP-DEV
What does Bitrix24 MCP-DEV do?
It supplies AI assistants in IDEs with current Bitrix24 REST API documentation to improve the accuracy of generated code.
Is authorization required to use the server?
No. The server is accessible at the given URL without any authorization.
Which IDEs and tools are supported?
Cursor, VS Code (via GitHub Copilot Chat), and Claude Desktop are explicitly supported in the README.
How do I invoke the MCP server in Cursor?
You must explicitly instruct the assistant to “Use b24-dev-mcp” in your prompt.
Does the server have any usage limits or runtime requirements?
The README does not mention any limits or runtime requirements beyond a working internet connection and an MCP‑compatible client.
More Data & Analytics MCP servers
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Comments