{
  "markdown": "> ## 🗄 Репозиторий заархивирован\n>\n> Разработка переехала в **[theYahia/YaAll](https://github.com/theYahia/YaAll)** — сборку, где весь яндексовский слой лежит в одном месте: свои MCP-серверы, скиллы Claude Code и материалы официальных наборов Яндекса.\n>\n> Актуальная версия того, что лежало здесь: [`mcp/yandex-speechkit-mcp/`](https://github.com/theYahia/YaAll/tree/main/mcp/yandex-speechkit-mcp)\n>\n> Пакет в npm прежний — [`@theyahia/yandex-speechkit-mcp`](https://www.npmjs.com/package/@theyahia/yandex-speechkit-mcp), ставится и работает как раньше.\n> Здесь больше ничего не обновляется. Задачи и pull request'ы — в YaAll.\n>\n> **Archived — development moved to [theYahia/YaAll](https://github.com/theYahia/YaAll),** a single repository bundling the whole Yandex stack.\n> The current version of this package now lives at [`mcp/yandex-speechkit-mcp/`](https://github.com/theYahia/YaAll/tree/main/mcp/yandex-speechkit-mcp).\n> The npm package [`@theyahia/yandex-speechkit-mcp`](https://www.npmjs.com/package/@theyahia/yandex-speechkit-mcp) is unchanged.\n> Please open issues and pull requests there.\n\n> Этот сервер входит в сборку **[theYahia/YaAll](https://github.com/theYahia/YaAll)** —\n> весь яндексовский слой в одном репозитории: десять MCP-серверов, скиллы Claude Code\n> под SEO и валидацию спроса, плюс материалы официальных серверов Яндекса.\n> Здесь он живёт отдельно, там — рядом с остальными: [`mcp/yandex-speechkit-mcp/`](https://github.com/theYahia/YaAll/tree/main/mcp/yandex-speechkit-mcp)\n>\n> *Part of [theYahia/YaAll](https://github.com/theYahia/YaAll) — the whole Yandex stack in one repo.*\n\n# @theyahia/yandex-speechkit-mcp\n\nMCP server for Yandex SpeechKit API — speech recognition, synthesis, and voice listing. **5 tools.**\n\n[![npm](https://img.shields.io/npm/v/@theyahia/yandex-speechkit-mcp)](https://www.npmjs.com/package/@theyahia/yandex-speechkit-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nPart of the [Russian API MCP](https://github.com/theYahia/russian-mcp) series by [@theYahia](https://github.com/theYahia).\n\n## Installation\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"yandex-speechkit\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@theyahia/yandex-speechkit-mcp\"],\n      \"env\": {\n        \"YANDEX_SPEECHKIT_API_KEY\": \"your-api-key\",\n        \"FOLDER_ID\": \"your-folder-id\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add yandex-speechkit \\\n  -e YANDEX_SPEECHKIT_API_KEY=your-api-key \\\n  -e FOLDER_ID=your-folder-id \\\n  -- npx -y @theyahia/yandex-speechkit-mcp\n```\n\n### Streamable HTTP (remote / Docker)\n\n```bash\nYANDEX_SPEECHKIT_API_KEY=... FOLDER_ID=... npx @theyahia/yandex-speechkit-mcp --http\n# Listens on :8080/mcp (override with PORT env var)\n```\n\n### Smithery\n\nDeploy via [smithery.ai](https://smithery.ai) — config in `smithery.yaml`.\n\n## Authentication\n\n| Variable | Description |\n|----------|-------------|\n| `YANDEX_SPEECHKIT_API_KEY` | Yandex Cloud API key (preferred) |\n| `YANDEX_API_KEY` | Legacy alias (still works) |\n| `IAM_TOKEN` | Short-lived IAM token (alternative to API key) |\n| `FOLDER_ID` | Yandex Cloud folder ID (required) |\n| `YANDEX_FOLDER_ID` | Legacy alias for FOLDER_ID |\n\n> Get credentials at [Yandex Cloud Console](https://console.cloud.yandex.ru/).\n\n## Tools (5)\n\n| Tool | Type | Description |\n|------|------|-------------|\n| `recognize` | Core | Speech recognition (STT) — Base64 audio to text |\n| `synthesize` | Core | Speech synthesis (TTS) — text to Base64 audio |\n| `list_voices` | Core | List available TTS voices, filter by language |\n| `skill_transcribe` | Skill | High-level transcription — returns clean text |\n| `skill_synthesize` | Skill | High-level synthesis — smart defaults, auto-detects language from voice |\n\n## Examples\n\n```\nTranscribe this audio file\nSynthesize \"Hello, how are you?\" with voice filipp\nWhat voices are available in Russian?\nSpeak this text using the alena voice\n```\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm test\nnpm run dev    # stdio mode\n```\n\n## License\n\nMIT\n",
  "bytes": 4074,
  "sha": "66e8a93d62a4414d5cc5f36171d9f091a83304e80bdba05e33496ce5a5a30f33",
  "repo_slug": "theyahia/yandex-speechkit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_theyahia_yandex_speechkit_mcp_3a86cd37/readme"
}