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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- 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/dimaanj/mcp-yandex-voice'
If you have feedback or need assistance with the MCP directory API, please join our Discord server