This one never touches your portal — it serves the documentation, so the code an assistant writes for a chatbot, an app or an integration points at methods that exist. If you have been getting 404s when the model opens a Bitrix24 documentation link, that is the gap it closes.
Bitrix24's documentation server for developers. It hands an AI assistant the current Bitrix24 REST reference — method descriptions, parameter lists, allowed values and usage hints — as structured data rather than free text.
- Current method descriptions, parameters and allowed values, read at the moment you ask
- The API methods and fields that fit the task you described
- Structured data instead of pasted documentation prose
- Connection instructions for Codex CLI, Cursor, GitHub Copilot Chat in VS Code, Claude Desktop, Claude Code CLI, Gemini Code Assist CLI and Google Antigravity
The server address https://mcp-dev.bitrix24.com/mcp, and a client set to Streamable HTTP — it does not speak SSE, so choose transport type http rather than sse. The server is reachable without authorization.
One command — claude mcp add --transport http b24-dev-mcp https://mcp-dev.bitrix24.com/mcp
