npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@theyahia/bitrix24-mcp

v3.0.1

Published

MCP server for Bitrix24 — CRM, deals, contacts, tasks (Russia)

Downloads

553

Readme

@theyahia/bitrix24-mcp

MCP server for Bitrix24 CRM via webhook API. 12 tools for deals, contacts, tasks, users, files, and messaging.

npm License: MIT

Part of the Russian API MCP series by @theYahia.

Setup

  1. In Bitrix24, go to Developer resources > Other > Inbound webhook
  2. Create a webhook with permissions: crm, task, user, disk, im
  3. Copy the full webhook URL

Usage with 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

Tools (12)

| Tool | Description | |------|-------------| | list_deals | List CRM deals with filters by stage, user, sort order | | get_deal | Get a single deal by ID | | create_deal | Create a deal with title, amount, stage, contacts | | update_deal | Update deal fields | | list_contacts | List contacts with filters by name, phone, email | | create_contact | Create a contact with name, phone, email | | list_tasks | List tasks with filters by status, user, group | | create_task | Create a task with title, deadline, priority | | complete_task | Mark a task as completed | | list_users | List users with filters by active status, department | | upload_file | Upload a file to Bitrix24 disk | | send_message | Send an IM message to a user or chat |

Demo Prompts

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"

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | BITRIX24_WEBHOOK_URL | Yes | Full Bitrix24 webhook URL including auth key |

License

MIT