Back to MCP Servers

Daisys

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-speechai

Installation

npx -y daisys-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub