sdk

mendelionet/sdk
★ 0 stars Python Code/Dev Tools Updated today
Official Mendelio Voice TypeScript SDK, CLI, and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sdk": {
      "command": "uvx",
      "args": [
        "sdk"
      ]
    }
  }
}

Or install with pip: pip install sdk

README Excerpt

Official SDKs and tools for the [Mendelio Voice API](https://voice.mendelio.net/developers) — generate natural Czech (and multilingual) speech, clone voices from a short recording, and drive it all from your editor over MCP. | Package | What it is | |---|---| | [`mendelio-voice`](./packages/voice) | Zero-dependency TypeScript/Node SDK + `mendelio-voice` CLI |