Bitrix24
OfficialProvides access to Bitrix24 REST API documentation and method details to help developers write correct integration code with fewer errors.
Work with the current methods of the Bitrix24 REST API to reduce the number of errors when generating code
What it does
- Search Bitrix24 API methods using natural language queries
- Get detailed documentation for specific REST methods
- Retrieve full text from Bitrix24 documentation articles
- Access event documentation and implementation details
Best for
About Bitrix24
Bitrix24 is an official MCP server published by unknown that provides AI assistants with tools and capabilities via the Model Context Protocol. Reduce errors when generating code with up-to-date Bitrix24 REST API methods — streamline development, improve reliabili This server exposes 4 tools that AI clients can invoke during conversations and coding sessions.
How to install
You can install Bitrix24 in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
License
Bitrix24 is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Tools (4)
Description: 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).