By daisys-aiCreated 16 days ago
starstarstarstarstar

Generate high-quality text-to-speech and text-to-voice outputs using the DAISYS platform.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

DaisysText To SpeechText To VoiceSpeech ProcessingAudio Generation

What is Daisys?

Daisys is a platform for generating high-quality text-to-speech (TTS) and text-to-voice (TTV) outputs. The Daisys-MCP server integrates with MCP clients to provide TTS/TTV functionality through a command-line interface.

How to use Daisys-MCP?

  1. Get a Daisys Account: Sign up on Daisys.ai and note your email and password.
  2. Install Dependencies:
    • macOS: brew install portaudio
    • Linux: sudo apt install portaudio19-dev libjack-dev
  3. Configure MCP Client: Add the Daisys-MCP server to your MCP config (e.g., Claude, Cursor, mcp-cli). Specify your Daisys credentials and a storage path for audio files.
  4. Optionally Build from Source: Clone the repo, install Python/uV dependencies, and configure the server locally.

Key Features

  • High-quality TTS/TTV generation
  • Integration with MCP clients (Claude, Cursor, VSCode)
  • Cross-platform support (Linux, macOS)
  • Customizable storage path for audio files

Use Cases

  1. Accessibility: Convert text to speech for screen readers or assistive technologies.
  2. Content Creation: Generate voiceovers for videos, podcasts, or audiobooks.
  3. Development: Test TTS functionality in applications (e.g., chatbots, IVR systems).

FAQ

  • Is Daisys-MCP free?

    The beta version is free, but token costs may apply for full integration tests.

  • What platforms are supported?

    Currently macOS and Linux (Windows support may vary).

  • How do I debug issues?

    Use uv run pytest or consult the Daisys-MCP GitHub repo.

  • Can I self-host?

    Yes, by building from source and running the server locally.