Skip to main content
Text-to-SpeechPython

daisys-ai/daisys-mcp

Generate high-quality text-to-speech and text-to-voice outputs using the [DAISYS](https://www.daisys.ai/) platform and make it able to play and store audio generated.

text-to-speechlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/daisys-ai/daisys-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "daisys-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "daisys-ai/daisys-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Text-to-Speech
Language
Python
Author
daisys-ai