Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Bitrix MCP

io.github.bitrix24/bitrix-mcp-rest

MCP server that delivers up-to-date Bitrix24 REST API documentation.

Uptime
9.1%
22 probes
Response
529ms
last probe
Tools
5
callable

Tools · 5

bitrix-search

Search Bitrix24 REST docs by natural-language query and return a short plain-text list of matches (method/event/article/app doc) with name, type, and brief description. Use the exact name/title from r…

bitrix-app-development-doc-details

Fetch Bitrix24 app development documentation by exact title (use `bitrix-search` with doc_type app_development_docs). Returns plain text labeled fields (Title, URL, Module, Category, Description, Cont…

bitrix-method-details

Get details for a Bitrix24 REST method by exact name (use `bitrix-search` first). Returns plain text with labeled sections including parameters, returns, errors, and examples. Optional `field` limits …

bitrix-article-details

Fetch a non-method Bitrix24 documentation article by exact title (use `bitrix-search` with doc_type other). Returns Markdown with title, metadata (URL/module/category), description, and content.

bitrix-event-details

Fetch Bitrix24 event documentation by exact event name (use `bitrix-search` with doc_type event). Returns Markdown with title, metadata (URL/module/category), description, and content.

Similar MCP servers embedding-nearest

bitrix24-mcp
MCP server for interacting with Bitrix24 using natural language and AI dialogues to get data, perform actions, and manage the system.
0 tools
io.github.theyahia/bitrix24-mcp
MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
0 tools
Bitrix24
MCP server enabling AI agents to manage Bitrix24 features via standardized protocol
0 tools · streamable-http
bitrix24-lkp-mcp
MCP server for Bitrix24 task planning - enables AI assistants to help break down tasks into subtasks
0 tools
io.github.RCS-kz/bitrix24-mcp
Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.
0 tools
io.github.rcs-kz/bitrix24-mcp
Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bitrix_mcp": {
      "url": "https://mcp-dev.bitrix24.com/mcp",
      "transport": "streamable-http"
    }
  }
}