This MCP server provides access to the Yandex SpeechKit API for speech recognition, synthesis, and voice listing functionalities.
From the registry: MCP server for Yandex SpeechKit API — speech recognition and synthesis.
Please install the `yandex-speechkit-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js runtime required (https://nodejs.org)
- **Yandex Cloud credentials** — API key and folder ID from Yandex Cloud Console (https://console.cloud.yandex.ru/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@theyahia/yandex-speechkit-mcp"]
- required environment variables:
- `YANDEX_SPEECHKIT_API_KEY`: Yandex Cloud API key (example: `<your-yandex-cloud-api-key>`)
- `FOLDER_ID`: Yandex Cloud folder ID (example: `<your-yandex-folder-id>`)
Note: 5 tools for Yandex SpeechKit: speech recognition (STT), synthesis (TTS), list voices. IAM_TOKEN can be used instead of API key.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YANDEX_SPEECHKIT_API_KEYrequiredYandex Cloud API key (preferred)FOLDER_IDrequiredYandex Cloud folder ID (required)Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.