Skip to content
Claude Desktop

Bitrix24 for Claude Desktop

io.github.bitrix24/bitrix24

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

client:Claude Desktop transport:streamable-http

Install Bitrix24 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "bitrix24": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.bitrix24.com/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Bitrix24 in other clients