PluginBench
MCP Server

Bitrix24 MCP Server

io.github.bitrix24/bitrix24

What is the Bitrix24 MCP server?

MCP server enabling AI agents to manage Bitrix24 features via standardized protocol

How to install Bitrix24

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bitrix24": {
      "url": "https://mcp.bitrix24.com/mcp/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bitrix24": {
      "serverUrl": "https://mcp.bitrix24.com/mcp/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bitrix24": {
      "type": "http",
      "url": "https://mcp.bitrix24.com/mcp/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "bitrix24": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.bitrix24.com/mcp/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http bitrix24 https://mcp.bitrix24.com/mcp/

Related MCP servers

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