mcp-yandex360
Provides tools for interacting with Yandex 360 Messenger, including sending text messages and files, creating chats, managing chat members, and deleting messages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-yandex360create a Telemost meeting for tomorrow at 3pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-yandex360
An MCP server for Yandex 360: Disk, Telemost and Messenger in one process, 28 tools.
Public MCP servers exist for Yandex Tracker, Yandex Cloud and Yandex Search. None covered Disk, Telemost or Messenger, so this fills that gap — it lets an assistant read and write files on Disk, spin up a Telemost meeting link, and post into a Messenger chat.
Tools
Disk — disk_info, disk_list, disk_find, disk_last_uploaded,
disk_download_url, disk_read_text, disk_save_to_local, disk_upload_text,
disk_upload_file, disk_mkdir, disk_move, disk_copy, disk_publish,
disk_unpublish, disk_delete, disk_public_list
Telemost — telemost_create, telemost_get, telemost_update,
telemost_delete, telemost_org_settings
Messenger — messenger_send_text, messenger_send_file,
messenger_create_chat, messenger_update_members, messenger_updates,
messenger_delete_message
Escape hatch — yandex_api_request calls any documented endpoint that has
no dedicated tool yet (reactions, polls, stickers), so you are not blocked
waiting on a release.
Related MCP server: yandex-mcp
Install
git clone https://github.com/<you>/mcp-yandex360.git
cd mcp-yandex360
python3 -m venv .venv && ./.venv/bin/pip install -r requirements.txtRegister with Claude Code:
claude mcp add yandex360 --scope user \
-e YANDEX_DISK_TOKEN=... \
-e YANDEX_TELEMOST_TOKEN=... \
-e YANDEX_MESSENGER_BOT_TOKEN=... \
-- "$PWD/.venv/bin/python" "$PWD/server.py"Any MCP client works; the server speaks JSON-RPC over stdio.
Configuration
Variable | Purpose |
| OAuth token, scopes |
| OAuth token, scopes |
| Bot token from the Yandex 360 admin panel |
| Organization id — only |
| Every mutating tool refuses, with a clear message |
| Required on top of write access for the delete tools |
Each token is independent and optional. Tools for an unconfigured service are still registered but fail with a message naming the variable to set, so the server stays healthy while you roll credentials out one service at a time.
One OAuth app at https://oauth.yandex.ru/client/new can carry both the Disk and Telemost scopes. The Messenger bot token comes from the Yandex 360 admin panel under Messenger → Bots.
Safety
Deletes are off unless you set YANDEX_ALLOW_DELETE=1 — write access alone is
not enough. disk_publish is treated as a write, not a read, because it mints
a link anyone can open.
Notes and limits
Telemost and Messenger need a Yandex 360 organization account. Neither works with a personal Yandex account.
A Messenger bot can only post in chats it belongs to, and cannot DM users who disallow it in their privacy settings.
Disk has no server-side name search.
disk_findpages the flat file list and filters locally, so narrow it withmedia_typeon a large Disk.Download links returned by the Disk API expire within minutes.
License
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceMCP server for Yandex Disk that enables file and folder management, search, upload/download, publishing, and trash operations through natural language.22MIT
- Alicense-qualityDmaintenanceMCP server for Yandex Direct, Metrika, Wordstat, and Webmaster APIs, providing 132 tools to manage advertising campaigns, analytics, keyword research, and reporting through any MCP-compatible client.58MIT
- AlicenseCqualityDmaintenanceMCP server for Yandex Tracker API that provides 146 tools for managing issues, projects, boards, sprints, worklog and more.1003MIT
- FlicenseAqualityAmaintenanceMCP server for Yandex Messenger that enables reading chats, searching, downloading attachments, and sending messages via agent, using a web session with Playwright and a reverse-engineered protocol.1924
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
A basic MCP server to operate on the Postman API.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/revolution-uz/mcp-yandex360'
If you have feedback or need assistance with the MCP directory API, please join our Discord server