MCP Server
io.github.theYahia/bitrix24-mcp MCP Server
io.github.theYahia/bitrix24-mcp
What is the io.github.theYahia/bitrix24-mcp MCP server?
MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
How to install io.github.theYahia/bitrix24-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
BITRIX24_WEBHOOK_URLrequiredsecretAPI key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bitrix24-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"env": {
"BITRIX24_WEBHOOK_URL": "<YOUR_BITRIX24_WEBHOOK_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bitrix24-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"env": {
"BITRIX24_WEBHOOK_URL": "<YOUR_BITRIX24_WEBHOOK_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bitrix24-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"env": {
"BITRIX24_WEBHOOK_URL": "<YOUR_BITRIX24_WEBHOOK_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bitrix24-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/bitrix24-mcp"
],
"env": {
"BITRIX24_WEBHOOK_URL": "<YOUR_BITRIX24_WEBHOOK_URL>"
}
}
}
}Claude Code
claude mcp add bitrix24-mcp --env BITRIX24_WEBHOOK_URL=<YOUR_BITRIX24_WEBHOOK_URL> -- npx -y @theyahia/bitrix24-mcpRelated MCP servers
MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
View repository →MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
View repository →MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
View repository →MCP server for Calltouch API — call tracking, call statistics. Token auth.
View repository →MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
View repository →MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
View repository →