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/yandex-360-mcp

v1.0.1

Published

MCP server for Yandex 360 — email, calendar, disk, users (Russia)

Readme

@theyahia/yandex-360-mcp

MCP server for Yandex 360 API. 10 tools for users, departments, groups, Yandex Disk, calendar, and email.

npm License: MIT

Part of the Russian API MCP series by @theYahia.

Setup

  1. Get an OAuth token from Yandex OAuth with scopes for directory, disk, and calendar
  2. Find your organization ID in Yandex 360 admin

Usage with Claude Desktop

{
  "mcpServers": {
    "yandex-360": {
      "command": "npx",
      "args": ["-y", "@theyahia/yandex-360-mcp"],
      "env": {
        "YANDEX_360_TOKEN": "your-oauth-token",
        "YANDEX_360_ORG_ID": "your-org-id"
      }
    }
  }
}

Claude Code

claude mcp add yandex-360 -e YANDEX_360_TOKEN=token -e YANDEX_360_ORG_ID=orgid -- npx -y @theyahia/yandex-360-mcp

Tools (10)

| Tool | Description | |------|-------------| | list_users | List organization users | | get_user | Get user profile by ID | | create_user | Create a new user in the org | | list_departments | List all departments | | list_groups | List all groups | | list_disk_resources | List files/folders on Yandex Disk | | upload_disk_file | Upload a text file to Yandex Disk | | list_calendar_events | List calendar events for a user in date range | | create_calendar_event | Create a calendar event with attendees | | send_email | Send an email from an org user |

Demo Prompts

List all users in our Yandex 360 organization
Create a user john.doe with password "SecurePass123"
Show all departments
List files in /Documents on Yandex Disk
Upload a file "notes.txt" with content "Meeting notes..." to /Documents
What events does user1 have this week?
Create a meeting "Sprint Review" tomorrow 10:00-11:00 with [email protected]
Send an email from [email protected] to [email protected] about the contract

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | YANDEX_360_TOKEN | Yes | Yandex OAuth token with directory/disk/calendar scopes | | YANDEX_360_ORG_ID | Yes | Organization ID |

License

MIT