FlowSpeech MCP Server
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
FlowSpeech MCP Server
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.