7 months ago
🎙 DAISYS MCP Server — Custom Voices & Real-Time TTS
Bring your characters, assistants, or creative projects to life with Daisy’s MCP Server — a powerful and flexible server for generating custom voices and speaking through text-to-speech (TTS).
✨ Features:
🎨 Custom Voice Creation – Generate and use unique, AI-powered voices tailored to your needs.
🗣 Real-Time Text-to-Speech – Instantly speak any text through your chosen voice.
🔗 Open Protocol – Built on the Model Context Protocol (MCP) for easy integration.
🧩 Developer-Friendly – Simple API for apps, bots, games, or experiments.
Perfect for devs, creators, and voice AI enthusiasts who want complete control over voice generation and speech output.
Server Config
{
"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}"
}
}
}
}