Bitrix24 REST API documentation MCP
Bitrix MCP REST API Documentation
Bitrix24's official remote MCP server: the agent looks up REST API methods, parameters and events in current documentation
Install
{
"mcpServers": {
"bitrix-mcp-rest": {
"url": "https://mcp-dev.bitrix24.com/mcp"
}
}
}Add to mcp.json.
This is third-party code. Review the repository files before installing.
What it does
The server gives the agent four tools over the Bitrix24 REST API documentation. bitrix-search finds methods, events and articles from a natural language query, and bitrix-method-details returns parameters, examples, errors and the method page link. Separate tools return full article text and event descriptions. The agent writes integration code against real signatures instead of guessing method names.
Who it is for. Developers building Bitrix24 integrations and apps together with an AI agent.
Good fit when
- You need a Bitrix24 REST call with correct fields
- You need to find the right method or event for a task
- The agent has no web search but needs the docs at hand
Not a fit when
- You need to read or change your portal's data: the server does not connect to portals
- Your MCP client does not support HTTP transport
Example request
Look up in the Bitrix24 docs how to create a deal with product rows and write the callLimitations
The server only covers documentation and has no access to portal data. It is hosted by Bitrix24 at mcp-dev.bitrix24.com, so agent queries go to an external server. An MCP client with HTTP support is required. No key is needed.
How to disable. Remove the bitrix-mcp-rest block from your MCP client config.
MCP
- Transport
- http
- Authentication
- not required
Security check
- The server returns only public documentation and has no portal access
- Agent query text is sent to a Bitrix24 server
README in short
The README explains the purpose: the model stops inventing Bitrix24 methods and takes parameters from the documentation. It describes four tools with parameters and response format. It gives configs for Cursor, VS Code and Claude Desktop plus one-click install buttons for Cursor and VS Code. The server is a hosted HTTP endpoint with no local setup.
FAQ
Does the server see my portal's deals and tasks?
No. It only answers from the REST API documentation. Working with portal data needs a different MCP server.
Do I need a key or webhook?
No, the server URL in the client config is enough.
Related
A skills library that gives coding agents a development process: brainstorming, planning, TDD, subagents and code review
Skills for real engineers by Matt Pocock
Skills For Real Engineers
Small composable skills for engineering with agents: plan grilling, TDD, bug diagnosis, code review and architecture
GitHub toolkit for spec-driven development: the specify CLI adds agent commands and skills to a project, from principles to implementation
Reference MCP servers
Model Context Protocol servers
Official reference MCP servers: Filesystem, Fetch, Git, Memory, Sequential Thinking, Time and Everything