MCP Hub
Back to servers

@theyahia/yandex-360-mcp

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

npm193/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/yandex-360-mcp

@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)

ToolDescription
list_usersList organization users
get_userGet user profile by ID
create_userCreate a new user in the org
list_departmentsList all departments
list_groupsList all groups
list_disk_resourcesList files/folders on Yandex Disk
upload_disk_fileUpload a text file to Yandex Disk
list_calendar_eventsList calendar events for a user in date range
create_calendar_eventCreate a calendar event with attendees
send_emailSend 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 team@company.ru
Send an email from admin@company.ru to partner@ext.com about the contract

Environment Variables

VariableRequiredDescription
YANDEX_360_TOKENYesYandex OAuth token with directory/disk/calendar scopes
YANDEX_360_ORG_IDYesOrganization ID

License

MIT

Reviews

No reviews yet

Sign in to write a review