Back to directory
obaid/resemble-mcp

obaid/resemble-mcp

@obaid

Resemble AI voice generation MCP server - generate voice audio from text and list available voice models

resemble-aivoice-generationtext-to-speechttsmcp-serverpythontool

Installation & Configuration

{
  "mcpServers": {
    "resemble-ai": {
      "command": "python",
      "args": [
        "-m",
        "src.cli",
        "--implementation",
        "stdio"
      ],
      "env": {
        "RESEMBLE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/17
Updated
2026/6/17