Skip to content
Windsurf

bitrix24 mcp for Windsurf

io.github.theyahia/bitrix24-mcp

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

client:Windsurf transport:stdio runtime:npm

Install bitrix24 mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bitrix24-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/bitrix24-mcp"
      ],
      "env": {
        "BITRIX24_WEBHOOK_URL": "<BITRIX24_WEBHOOK_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

bitrix24 mcp in other clients