We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gunnit/bitrix24-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
install-extension.bat•480 B
@echo off
echo.
echo ========================================
echo Bitrix24 MCP Desktop Extension
echo ========================================
echo.
echo This will open the extension file with Claude Desktop.
echo Make sure Claude Desktop is installed on your system.
echo.
pause
echo.
echo Opening extension file...
start "" "bitrix24.dxt"
echo.
echo The extension should now open in Claude Desktop.
echo Follow the on-screen instructions to complete installation.
echo.
pause