PluginBench
MCP Server

Bitrix MCP MCP Server

io.github.bitrix24/bitrix-mcp-rest

What is the Bitrix MCP MCP server?

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

How to install Bitrix MCP

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

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