Labsco
MCP SERVER · OFFICIAL PROJECT

Bitrix24 MCP-DEV

by bitrix24

A live line to Bitrix24's REST reference, so the assistant writes methods that actually exist.

Framework & SDK Documentation LookupOfficial source
Summary
Stops the model inventing Bitrix24 REST methods.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command — claude mcp add --transport http b24-dev-mcp https://mcp-dev.bitrix24.com/mcp