Submit

DAISYS TTS MCP Server

@daisys-ai

🎙 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.
Overview

Overview

What is DAISYS MCP Server?

DAISYS MCP Server is a service that enables custom voice generation and real-time text-to-speech (TTS) through the Model Context Protocol (MCP). It allows users to generate unique AI voices and make them speak dynamically via any MCP-compatible client.


How to Use Daisy’s MCP Server

To use Daisy’s MCP Server:

  1. Sign up at Daisys.ai and obtain your login credentials.
  2. Install the required audio dependencies for your OS (e.g., portaudio).
  3. Add Daisy’s MCP Server to your MCP client configuration (such as Claude Desktop, Cursor, mcp-cli, or mcp-vscode).
  4. Launch the server using the uvx command or by building from source with uv.

Once configured, you can send text to the server and hear it spoken in a custom-generated voice.


Key Features of DAISYS MCP Server

  • 🎤 Custom Voice Generation – Easily create AI-powered voices.
  • 🗣️ Text-to-Speech Output – Speak any input text in real time.
  • 🔌 MCP Integration – Seamless setup with Claude, Cursor, and other MCP clients.
  • 🧪 Developer Ready – Full support for running from source, testing, and local development.

Use Cases for DAISYS MCP Server

  • Creating realistic, expressive AI characters for applications or games.
  • Generating dynamic voice content for assistants, bots, or interactive fiction.
  • Prototyping and testing TTS models via the MCP ecosystem.
  • Exploring voice cloning and speech personalization for creative projects.

FAQ

What is the MCP protocol?
The Model Context Protocol (MCP) is a standard for integrating third-party servers with AI chat interfaces, enabling features like speech, vision, and tools within compatible clients.

Do I need to install uv or uvx?
If you're using uvx, you do not need to install uv globally — uvx will automatically download and manage the required tools. If you prefer running from source, you will need to install uv.

Can I use DAISYS MCP Server without a Daisys account?
No. A DAISYS account with valid credentials is required for voice generation and TTS functionality.

Where can I find the source code?
The project is open source and available at:
👉 https://github.com/daisys-ai/daisys-mcp

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}"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.