salutespeech-mcp
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., "@salutespeech-mcpTranscribe the audio file recording.wav"
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.
@theyahia/salutespeech-mcp
MCP server for Sber SaluteSpeech API — speech recognition (STT) and synthesis (TTS). 5 tools.
Part of Russian API MCP (50 servers) by @theYahia.
Install
Claude Desktop
{
"mcpServers": {
"salutespeech": {
"command": "npx",
"args": ["-y", "@theyahia/salutespeech-mcp"],
"env": { "SALUTESPEECH_API_KEY": "your-base64-key" }
}
}
}Claude Code
claude mcp add salutespeech -e SALUTESPEECH_API_KEY=your-key -- npx -y @theyahia/salutespeech-mcpStreamable HTTP mode
SALUTESPEECH_API_KEY=your-key npx @theyahia/salutespeech-mcp --http --port=3000
# POST http://localhost:3000/mcp
# GET http://localhost:3000/healthAuth
Three options (checked in order):
Env var | Format |
| Base64-encoded |
| Same (legacy alias) |
| Raw credentials (auto-encoded) |
OAuth tokens (scope SALUTE_SPEECH_PERS) are obtained and refreshed automatically.
Get credentials at developers.sber.ru.
Tools (5)
Tool | Description |
| STT from Base64 audio |
| TTS, returns Base64 audio |
| List recognition models and synthesis voices |
| Check async recognition task status |
| STT from a local file path |
Skills
skill-transcribe— guided workflow for audio transcriptionskill-synthesize— guided workflow for speech synthesis
Examples
Transcribe the audio file /tmp/meeting.wav
Synthesize "Hello world" with voice Bys_24000 in wav16 format
List available voicesLicense
MIT
Latest Blog Posts
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/salutespeech-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server