Odel
yandex speechkit mcp

yandex speechkit mcp

Local
@theyahiaTypeScriptMITUpdated 2w ago

MCP server for Yandex SpeechKit API — speech recognition and synthesis.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/yandex-speechkit-mcpv1.0.0

Run

npx -y @theyahia/yandex-speechkit-mcp

MCP client config

{
  "mcpServers": {
    "yandex-speechkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-speechkit-mcp"
      ]
    }
  }
}