FlowSpeech Server
FreeNot checkedA Model Context Protocol server for FlowSpeech text-to-speech. It lets MCP-compatible clients generate human-like audio with context-aware emotion control, paus
About
A Model Context Protocol server for FlowSpeech text-to-speech. It lets MCP-compatible clients generate human-like audio with context-aware emotion control, pause control, multi-speaker dialogue, and 30+ available voices.
README
An MCP (Model Context Protocol) server that brings FlowSpeech text-to-speech capabilities directly into your LLM workflows.
What is FlowSpeech?
FlowSpeech is a context-aware text-to-speech tool that converts text into human-like audio with:
- 🎭 Emotion control — stage directions like
***(say cheerfully: Hello!)*** - ⏸️ Pause control — natural pacing and rhythm
- 🎙️ 30+ voices — male and female voices across moods and styles
- 🌊 Human-like output — natural-sounding synthesis for creators, educators, and developers
Installation
Run the MCP server directly with npx (no install needed):
npx mcp-flowspeech-server
Or install globally:
npm install -g mcp-flowspeech-server
Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"flowspeech": {
"command": "npx",
"args": ["-y", "mcp-flowspeech-server"],
"env": {
"FLOWSPEECH_OUTPUT_DIR": "~/flowspeech-audio"
}
}
}
}
Environment Variables
| Variable | Description | Default |
|---|---|---|
FLOWSPEECH_OUTPUT_DIR |
Directory to save generated audio files | ~/.flowspeech-mcp/audio |
Tools
flowspeech_tts
Convert text to speech with a single voice.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
text |
string | ✅ | Text to synthesize. Supports emotion stage directions. |
voice |
string | Voice name (default: Kore) |
|
output_path |
string | Custom file path for the output audio |
Example:
Convert this to audio with a cheerful tone using the Puck voice:
"***(say cheerfully: Good morning, everyone!)*** Today we're going to explore something amazing."
flowspeech_tts_multi
Convert a two-speaker dialogue to speech.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
text |
string | ✅ | Dialogue with Speaker1: and Speaker2: prefixes |
voice_a |
string | Voice for Speaker1 (default: Charon) |
|
voice_b |
string | Voice for Speaker2 (default: Kore) |
|
output_path |
string | Custom file path for the output audio |
Example:
Speaker1: Welcome to the show! I'm your host.
Speaker2: And I'm your co-host. Great to be here!
Speaker1: Today we're talking about AI voices.
flowspeech_list_voices
List all available voices.
Parameters:
| Name | Type | Description |
|---|---|---|
gender |
male | female | all |
Filter by gender (default: all) |
Available Voices
| Voice | Gender | Style |
|---|---|---|
| Puck | Male | Upbeat and playful |
| Fenrir | Male | Excitable and energetic |
| Zephyr | Female | Bright and cheerful |
| Autonoe | Female | Bright and welcoming |
| Charon | Male | Informative and narrative |
| Kore | Female | Firm and focused |
| Orus | Male | Firm and decisive |
| Iapetus | Male | Clear and professional |
| Umbriel | Male | Easy-going and relaxed |
| Callirrhoe | Female | Easy-going and soothing |
| Sulafat | Female | Warm and inviting |
| Achernar | Female | Soft and tender |
| Gacrux | Female | Mature and experienced |
| … | … | 30+ total — use flowspeech_list_voices to see all |
Emotion Stage Directions
FlowSpeech supports inline emotion control using the format ***(say <style>: text)***:
***(say cheerfully: Good morning!)***
Today I want to talk about something important.
***(say solemnly: This affects all of us.)***
Links
- 🌐 Website: https://flowspeech.io
- 🎬 Demo: https://youtu.be/nkBI7WbggW8
- 📦 npm: https://www.npmjs.com/package/mcp-flowspeech-server
License
MIT
from github.com/waeckerlinfederowicz66-sketch/mcp-flowspeech-server
Install FlowSpeech Server in Claude Desktop, Claude Code & Cursor
unyly install flowspeech-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add flowspeech-mcp-server -- npx -y github:waeckerlinfederowicz66-sketch/mcp-flowspeech-serverFAQ
Is FlowSpeech Server MCP free?
Yes, FlowSpeech Server MCP is free — one-click install via Unyly at no cost.
Does FlowSpeech Server need an API key?
No, FlowSpeech Server runs without API keys or environment variables.
Is FlowSpeech Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install FlowSpeech Server in Claude Desktop, Claude Code or Cursor?
Open FlowSpeech Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare FlowSpeech Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
