Text-to-speech MCP server and CLI using Groq TTS API with multiple voices, speed control, caching, and audio playback.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Speech.sh.
A text-to-speech CLI and MCP server using the Groq TTS API (OpenAI-compatible).
curl, jq (for the shell version)ffplay (from ffmpeg), mplayer, or vlcProvide your Groq API key in one of three ways (in order of precedence):
--api_key "your-key"export OPENAI_API_KEY="your-key"API_KEY in the script's directoryTwo implementations are available:
Uses the FastMCP SDK. Requires Python 3.10+ and uv.
The original shell-based MCP server (mcp.sh). Works in environments without Python but may hit macOS sandboxing issues with Claude Desktop.
The server exposes a single speak tool:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| text | string | yes | The text to speak | |
| voice | string | no | troy | Voice to use |
| speed | number | no | 1.0 | Speech speed |
| Variable | Description | Default |
|---|---|---|
| OPENAI_API_KEY | Groq API key | (required) |
| SPEECH_VOICE | Default voice | troy |
| SPEECH_SPEED | Default speed | 1.0 |
| SPEECH_MODEL | TTS model | canopylabs/orpheus-v1-english |
| SPEECH_API_URL | API endpoint (Python) | https://api.groq.com/openai/v1/audio/speech |
GPL
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/j3k0-speech-sh)<a href="https://allmcps.com/mcp/j3k0-speech-sh"><img src="https://allmcps.com/api/badge/j3k0-speech-sh?style=directory" alt="Speech.sh on AllMCPs" /></a>