MCP Yandex Voice
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YC_API_KEY | No | API-ключ сервисного аккаунта (альтернатива YANDEX_API_KEY) | |
| YANDEX_MODEL | No | Модель (по умолчанию `yandexgpt-lite`) | yandexgpt-lite |
| YC_FOLDER_ID | No | ID каталога в Yandex Cloud (альтернатива YANDEX_FOLDER_ID) | |
| YANDEX_API_KEY | No | API-ключ сервисного аккаунта (альтернатива YC_API_KEY) | |
| YANDEX_TTS_LANG | No | Язык (по умолчанию `ru-RU`) | ru-RU |
| YANDEX_FOLDER_ID | No | ID каталога в Yandex Cloud (альтернатива YC_FOLDER_ID) | |
| YANDEX_TTS_SPEED | No | Скорость речи: 0.1–3.0 (по умолчанию 1.0). 1.2–1.5 — быстрее | 1.0 |
| YANDEX_TTS_VOICE | No | Голос TTS (по умолчанию `alena`) | alena |
| YANDEX_TTS_FORMAT | No | Формат аудио (по умолчанию `oggopus`) | oggopus |
| YANDEX_GPT_MAX_TOKENS | No | Макс. токенов ответа GPT (по умолчанию 350). Меньше — быстрее ответ | 350 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| speak_responseA | Озвучить ответ через Yandex GPT + TTS. Режимы: 1) message — вопрос пользователя, GPT генерирует и озвучивает развёрнутый ответ; 2) textToSummarize — текст ответа ассистента, GPT адаптирует для озвучивания. Контексты: default (краткое), coding_interview (алгоритмы, сложность), architecture (system design, trade-offs). |
| health_checkA | Проверяет, что Yandex GPT и SpeechKit TTS подключены и работают. Возвращает статус по каждому сервису. |
| play_soundA | Воспроизведение звуков на macOS: системные звуки, TTS или аудиофайл. Работает только на macOS. |
| playback_controlA | Остановить или поставить на паузу текущее воспроизведение голоса (ответа Yandex Voice). Работает только на macOS; действует только для воспроизведения через afplay (WAV). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: health monitoring, playback control, sound playback, and TTS with GPT. No overlapping functionalities.
Tool names mostly follow a verb_noun pattern (play_sound, speak_response) with some compound nouns (health_check, playback_control). Consistent snake_case but minor variation in structure.
4 tools is a reasonable scope for a voice interaction server, covering health, playback control, sound playback, and speech response. Slightly thin but not undermanned.
Core voice interaction workflows are covered: health check, playback control, sound playback, and TTS with GPT context. Minor gaps like volume control or direct TTS are acceptable for this specific focus.