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.
Ads
Overview
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.
Installation
uv run pytest
Configuration
{
"mcpServers": {
"daisys-mcp": {
"command": "uvx",
"args": ["daisys-mcp"],
"env": {
"DAISYS_EMAIL": "{Your Daisys Email}",
"DAISYS_PASSWORD": "{Your Daisys Password}",
"DAISYS_BASE_STORAGE_PATH": "{Path where you want to store your audio files}"
}
}Capabilities
- Generate speech from text
Ask your assistant to convert text into natural-sounding speech using `speak`.
- List available voices
Retrieve all available Daisys voices with `list_voices` to choose the right tone and style.
- Stream audio in real time
Use `speak_stream` to generate and play speech as it's being produced, reducing wait time.
Tags
- text-to-speech
- audio
- content-creation
- awesome-list
Related MCP servers
fasuizu-br/brainiall-mcp-server
AI-powered speech tools: pronunciation assessment with phoneme-level feedback, speech-to-text with language detection, and text-to-speech with multiple voices.
forgemeshlabs/voice-mcp
Give Your Agent A Voice: x402 pay-per-call speech on Base with 20 voices, 10 personas, 31 languages, granular speed/quality controls, OpenAI-shaped requests, voice samples, and batch audio.
mbailey/voice-mcp
Complete voice interaction server supporting speech-to-text, text-to-speech, and real-time voice conversations through local microphone, OpenAI-compatible APIs, and LiveKit integration
mberg/kokoro-tts-mcp
MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload to an S3 bucket.