Skip to main content
Glama
theYahia

@theyahia/yandex-speechkit-mcp

by theYahia

🗄 저장소가 보관되었습니다

개발은 theYahia/YaAll 로 이전되었습니다 — 모든 Yandex 레이어가 한 곳에 모여 있는 빌드입니다: 자체 MCP 서버, Claude Code 스킬, Yandex 공식 세트 자료.

여기에 있던 것의 최신 버전: mcp/yandex-speechkit-mcp/

npm 패키지는 동일합니다 — @theyahia/yandex-speechkit-mcp, 이전과 동일하게 설치 및 작동합니다. 여기서는 더 이상 업데이트되지 않습니다. 이슈와 pull request는 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-mcp is unchanged. Please open issues and pull requests there.

이 서버는 theYahia/YaAll 번들에 포함되어 있습니다 — 모든 Yandex 레이어가 하나의 저장소에: 10개의 MCP 서버, SEO 및 수요 검증용 Claude Code 스킬, 그리고 Yandex 공식 서버 자료. 여기서는 별도로, 저기서는 나머지와 함께 있습니다: 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.

npm License: MIT

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

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

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/yandex-speechkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server