MCPHIVE

Bitrix24 MCP: Documentation

Updated:

Connection

  • Dev server (docs): https://mcp-dev.bitrix24.com/mcp — Streamable HTTP protocol, SSE isn't supported; no authorization needed, connects as a regular remote MCP server in Cursor, VS Code, Claude Desktop/Code, Codex CLI, Gemini CLI and other clients.
  • Portal MCP: enabled in portal settings — "MCP Servers" section (Settings → AI); access is permission-based, scoped to whichever portal user connected the agent.

Capabilities

  • Dev server: returns REST API method descriptions, parameters and valid values to an agent — for accurate code generation when building Bitrix24 integrations and apps.
  • Portal MCP currently covers:
    • Tasks — creation, status changes, assignees, deadline updates.
    • CRM — deal search, pipeline stage analysis, won/lost deal totals.
    • Planned: Drive, company org structure, calendar, messenger.

Agent flow

"Find the method to create a lead and generate the code", "show this week's deals in the pipeline and create tasks for the stalled ones", "which methods accept a counterparty's OGRN?".

Pricing

The dev server is free and requires no Bitrix24 plan. The portal MCP is included with your portal plan — free to start.

Bitrix24 MCP — Documentation