Skip to main content
Glama
theYahia

@theyahia/bitrix24-mcp

by theYahia

@theyahia/bitrix24-mcp

Webhook API 経由の Bitrix24 CRM 用 MCP サーバー。商談、連絡先、タスク、ユーザー、ファイル、メッセージング用の 12のツール を備えています。

npm License: MIT

Russian API MCP」シリーズの一部(@theYahia による)です。

Setup

  1. Bitrix24 で、開発者リソース > その他 > インバウンド Webhook に移動します。

  2. 権限 crm, task, user, disk, im を持つ Webhook を作成します。

  3. 完全な Webhook URL をコピーします。

Related MCP server: Bitrix24 MCP Server

Claude Desktop での使用法

{
  "mcpServers": {
    "bitrix24": {
      "command": "npx",
      "args": ["-y", "@theyahia/bitrix24-mcp"],
      "env": {
        "BITRIX24_WEBHOOK_URL": "https://your-company.bitrix24.ru/rest/1/your-webhook-key/"
      }
    }
  }
}

Claude Code

claude mcp add bitrix24 -e BITRIX24_WEBHOOK_URL=https://your.bitrix24.ru/rest/1/key/ -- npx -y @theyahia/bitrix24-mcp

ツール (12)

Tool

Description

list_deals

ステージ、ユーザー、並び順でフィルターして商談を一覧表示します

get_deal

ID で単一の商談を取得します

create_deal

タイトル、金額、ステージ、連絡先を指定して商談を作成します

update_deal

商談フィールドを更新します

list_contacts

名前、電話番号、メールでフィルターして連絡先を一覧表示します

create_contact

名前、電話番号、メールで連絡先を作成します

list_tasks

ステータス、ユーザー、グループでフィルターしてタスクを一覧表示します

create_task

タイトル、期限、優先度でタスクを作成します

complete_task

タスクを完了としてマークします

list_users

アクティブ状態、部門でフィルターしてユーザーを一覧表示します

upload_file

Bitrix24 ディスクにファイルをアップロードします

send_message

ユーザーまたはチャットに IM メッセージを送信します

デモプロンプト

Show me all open deals in Bitrix24
Create a deal "Website redesign" for 500000 RUB
List all contacts with email containing "@gmail.com"
Create a task "Prepare presentation" for user 5, deadline tomorrow
Complete task 123
Who are the active users in department 2?
Send a message to user 1: "Meeting in 15 minutes"

環境変数

変数

必須

説明

BITRIX24_WEBHOOK_URL

はい

認証キーを含む Bitrix24 Webhook の完全な URL

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI agents to interact with Bitrix24 CRM through comprehensive tools for managing contacts, deals, leads, companies, tasks, and users, with advanced filtering, search capabilities, and sales team performance monitoring.
    50
    10
    33
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables language models to interact with Bitrix24 CRM, providing tools to manage deals, leads, contacts, tasks, activities, users, files, chat messages, and live chat sessions.
    10
    1
  • A
    license
    A
    quality
    B
    maintenance
    Exposes Bitrix24 REST API to AI assistants, enabling management of tasks, CRM entities, call recordings (with local transcription), users, workgroups, and Knowledge Base articles.
    43
    10
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.

  • Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…

  • Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/bitrix24-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server