Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Theyahia/Yandex Speechkit

БесплатноНе проверен

Enables speech recognition, synthesis, and voice listing via Yandex SpeechKit API through 5 tools.

GitHubEmbed

Описание

Enables speech recognition, synthesis, and voice listing via Yandex SpeechKit API through 5 tools.

README

MCP server for Yandex SpeechKit API — speech recognition, synthesis, and voice listing. 5 tools.

npm License: MIT

Part of the Russian API MCP series by @theYahia.

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-mcp

Streamable 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_SPEECHKIT_API_KEY Yandex Cloud API key (preferred)
YANDEX_API_KEY Legacy alias (still works)
IAM_TOKEN Short-lived IAM token (alternative to API key)
FOLDER_ID Yandex Cloud folder ID (required)
YANDEX_FOLDER_ID Legacy alias for FOLDER_ID

Get credentials at Yandex Cloud Console.

Tools (5)

Tool Type Description
recognize Core Speech recognition (STT) — Base64 audio to text
synthesize Core Speech synthesis (TTS) — text to Base64 audio
list_voices Core List available TTS voices, filter by language
skill_transcribe Skill High-level transcription — returns clean text
skill_synthesize 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 voice

Development

npm install
npm run build
npm test
npm run dev    # stdio mode

License

MIT

from github.com/theYahia/yandex-speechkit-mcp

Установка @Theyahia/Yandex Speechkit

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/theYahia/yandex-speechkit-mcp

FAQ

@Theyahia/Yandex Speechkit MCP бесплатный?

Да, @Theyahia/Yandex Speechkit MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Theyahia/Yandex Speechkit?

Нет, @Theyahia/Yandex Speechkit работает без API-ключей и переменных окружения.

@Theyahia/Yandex Speechkit — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить @Theyahia/Yandex Speechkit в Claude Desktop, Claude Code или Cursor?

Открой @Theyahia/Yandex Speechkit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Theyahia/Yandex Speechkit with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development