MCP Directory
Back

smallest-ai-mcp

by Akshay-Sisodia · Python · ★ 1

Production-grade ModelContextProtocol (MCP) server for the Smallest AI Waves platform. Exposes all Waves TTS and voice cloning features as MCP tools and resources. Ready for deployment.

Install

pip install git+https://github.com/Akshay-Sisodia/smallest-ai-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "smallest-ai-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Akshay-Sisodia/smallest-ai-mcp.git"
      ]
    }
  }
}

From the README

Smallest AI MCP Server Production-grade ModelContextProtocol (MCP) server for the Waves Text-to-Speech and Voice Cloning platform. Fast, portable, and ready for real-world AI voice workflows. - 🎤 List and preview voices — Instantly fetch all available voices from Waves. - 🗣️ Synthesize speech — Convert text to high-quality WAV audio files. - 👤 Clone voices — Create instant/professional voice clones. - 🗂️ Manage clones — List and delete your cloned voices. All features are implemented as MCP tools, with no placeholders or stubs. --- --- --- - Python 3.11+ - Starlet…
Read full README on GitHub →

Related other servers