Bitrix24 MCP-DEV
@bitrix24
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"b24-dev-mcp": {
"url": "https://mcp-dev.bitrix24.com/mcp",
"timeout": 30000
}
}
}ツール
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).
概要
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.
「データと分析」の他のコンテンツ
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
コメント