@theyahia/yandex-speechkit-mcp
This MCP server provides speech recognition (STT) and synthesis (TTS) via Yandex SpeechKit, plus utilities for managing voices.
Recognize speech: Convert Base64 audio (oggopus/lpcm) to text using
recognize(supports ru-RU, en-US, tr-TR, kk-KK).Synthesize speech: Convert text (up to 5000 chars) to Base64 audio (oggopus/lpcm/mp3) with configurable voice, speed, and emotion using
synthesize.List available voices: Fetch TTS voices, optionally filtered by language prefix (e.g., ru, en) using
list_voices.High-level transcription: Get clean text from audio with the
skill_transcribetool (can return raw API response if needed).High-level synthesis: Generate speech with smart defaults and automatic language detection from voice using
skill_synthesize(defaults to mp3 format).
Provides speech recognition (STT), speech synthesis (TTS), and voice listing using Yandex SpeechKit API, enabling audio transcription, text-to-speech conversion, and voice management.
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., "@@theyahia/yandex-speechkit-mcpTranscribe this audio file"
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.
π Repository archived
Development has moved to theYahia/YaAll β a build where the entire Yandex layer lives in one place: its own MCP servers, Claude Code skills, and materials from Yandex's official sets.
The current version of what was here:
mcp/yandex-speechkit-mcp/The npm package is the same β
@theyahia/yandex-speechkit-mcp, installs and works as before. Nothing is updated here anymore. Issues and pull requests go to YaAll.Archived β development moved to theYahia/YaAll, a single repository bundling the whole Yandex stack. The current version of this package now lives at
mcp/yandex-speechkit-mcp/. The npm package@theyahia/yandex-speechkit-mcpis unchanged. Please open issues and pull requests there.
This server is part of the theYahia/YaAll build β the entire Yandex layer in one repository: ten MCP servers, Claude Code skills for SEO and demand validation, plus materials from Yandex's official servers. Here it lives separately, there β alongside the rest:
mcp/yandex-speechkit-mcp/Part of theYahia/YaAll β the whole Yandex stack in one repo.
@theyahia/yandex-speechkit-mcp
MCP server for Yandex SpeechKit API β speech recognition, synthesis, and voice listing. 5 tools.
Part of the Russian API MCP series by @theYahia.
Related MCP server: salutespeech-mcp
Installation
Claude Desktop
{
"mcpServers": {
"yandex-speechkit": {
"command": "npx",
"args": ["-y", "@theyahia/yandex-speechkit-mcp"],
"env": {
"YANDEX_SPEECHKIT_API_KEY": "your-api-key",
"FOLDER_ID": "your-folder-id"
}
}
}
}Claude Code
claude mcp add yandex-speechkit \
-e YANDEX_SPEECHKIT_API_KEY=your-api-key \
-e FOLDER_ID=your-folder-id \
-- npx -y @theyahia/yandex-speechkit-mcpStreamable HTTP (remote / Docker)
YANDEX_SPEECHKIT_API_KEY=... FOLDER_ID=... npx @theyahia/yandex-speechkit-mcp --http
# Listens on :8080/mcp (override with PORT env var)Smithery
Deploy via smithery.ai β config in smithery.yaml.
Authentication
Variable | Description |
| Yandex Cloud API key (preferred) |
| Legacy alias (still works) |
| Short-lived IAM token (alternative to API key) |
| Yandex Cloud folder ID (required) |
| Legacy alias for FOLDER_ID |
Get credentials at Yandex Cloud Console.
Tools (5)
Tool | Type | Description |
| Core | Speech recognition (STT) β Base64 audio to text |
| Core | Speech synthesis (TTS) β text to Base64 audio |
| Core | List available TTS voices, filter by language |
| Skill | High-level transcription β returns clean text |
| Skill | High-level synthesis β smart defaults, auto-detects language from voice |
Examples
Transcribe this audio file
Synthesize "Hello, how are you?" with voice filipp
What voices are available in Russian?
Speak this text using the alena voiceDevelopment
npm install
npm run build
npm test
npm run dev # stdio modeLicense
MIT
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
- AlicenseNot gradedqualityDmaintenanceProvides speech recognition and synthesis tools via SaluteSpeech API, enabling AI assistants to handle voice input and output.4MIT
- AlicenseAqualityCmaintenanceProvides speech recognition (STT) and synthesis (TTS) tools via the Sber SaluteSpeech API, enabling audio transcription and voice generation through natural language.5411MIT
- AlicenseAqualityBmaintenanceEnables AI agents to generate speech using Gemini TTS models, with tools for text-to-speech, task polling, and pricing checks.471Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides tools for generating speech from text using the ElevenLabs API, including voice listing, text-to-speech conversion, and quota checking.
Related MCP Connectors
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Voice and chat for AI agents β Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
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/theYahia/yandex-speechkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server