Smallest AI MCP服务器是生产级的ModelContextProtocol(MCP)服务器,用于 Waves 文本转语音和语音克隆平台。它快速、轻便,能很好地应对现实中的AI语音工作流程。
# 1. 克隆仓库
$ git clone https://github.com/Akshay-Sisodia/smallest-ai-mcp.git
$ cd smallest-ai-mcp
# 2. 安装依赖项
$ pip install -r requirements.txt
# 3. 配置API密钥
$ cp .env.example .env
# 编辑.env并添加您的实际WAVES_API_KEY
# 4. 启动服务器
$ python server.py
# 构建Docker镜像
$ docker build -t smallest-ai-mcp .
# 运行容器
$ docker run -p 8000:8000 --env WAVES_API_KEY=your_api_key_here smallest-ai-mcp
所有功能均作为MCP工具实现,无占位符或stub。
Smallest AI MCP服务器提供了一座快速桥梁,连接强大的 Waves TTS/语音克隆API与任何MCP兼容的LLM或代理。它设计用于速度、安全性和部署简便性。