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
By daisys-ai
Installation
npx -y daisys-mcpConfiguration
{
"mcpServers": {
"daisys-mcp": {
"command": "npx",
"args": ["-y", "daisys-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes