@theyahia/yandex-speechkit-mcp
🗄 仓库已归档
开发已迁移至 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 个工具。
@theYahia 的 Russian 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-mcpStreamable 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 Cloud API 密钥(首选) |
| 旧版别名(仍然可用) |
| 短期 IAM 令牌(API 密钥的替代方案) |
| Yandex Cloud 文件夹 ID(必填) |
| FOLDER_ID 的旧版别名 |
在 Yandex Cloud Console 获取凭据。
工具(5)
工具 | 类型 | 描述 |
| Core | 语音识别(STT)—— Base64 音频转文本 |
| Core | 语音合成(TTS)—— 文本转 Base64 音频 |
| Core | 列出可用的 TTS 语音,按语言筛选 |
| Skill | 高级转录 —— 返回干净的文本 |
| 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
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