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。

已归档 —— 开发已迁移至 theYahia/YaAll 一个打包整个 Yandex 技术栈的单一仓库。 该包的当前版本现位于 mcp/yandex-speechkit-mcp/。 npm 包 @theyahia/yandex-speechkit-mcp 保持不变。 请在那里提交问题和 pull request。

该服务器属于 theYahia/YaAll 构建的一部分 —— 整个 Yandex 层集中在一个仓库中:十个 MCP 服务器、Claude Code 技能 用于 SEO 和需求验证,以及 Yandex 官方服务器的材料。 这里它单独存在,那里则与其他服务器并列:mcp/yandex-speechkit-mcp/

theYahia/YaAll 的一部分 —— 整个 Yandex 技术栈集中在一个仓库中。

@theyahia/yandex-speechkit-mcp

用于 Yandex SpeechKit API 的 MCP 服务器 —— 语音识别、合成和语音列表。5 个工具。

npm License: MIT

@theYahiaRussian API MCP 系列的一部分。

Related MCP server: salutespeech-mcp

安装

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(远程 / Docker)

YANDEX_SPEECHKIT_API_KEY=... FOLDER_ID=... npx @theyahia/yandex-speechkit-mcp --http
# Listens on :8080/mcp (override with PORT env var)

Smithery

通过 smithery.ai 部署 —— 配置在 smithery.yaml 中。

身份验证

变量

描述

YANDEX_SPEECHKIT_API_KEY

Yandex Cloud API 密钥(首选)

YANDEX_API_KEY

旧版别名(仍然可用)

IAM_TOKEN

短期 IAM 令牌(API 密钥的替代方案)

FOLDER_ID

Yandex Cloud 文件夹 ID(必填)

YANDEX_FOLDER_ID

FOLDER_ID 的旧版别名

Yandex Cloud Console 获取凭据。

工具(5)

工具

类型

描述

recognize

Core

语音识别(STT)—— Base64 音频转文本

synthesize

Core

语音合成(TTS)—— 文本转 Base64 音频

list_voices

Core

列出可用的 TTS 语音,按语言筛选

skill_transcribe

Skill

高级转录 —— 返回干净的文本

skill_synthesize

Skill

高级合成 —— 智能默认值,自动从语音检测语言

示例

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

开发

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

许可证

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