quick-tts-mcp
Provides text-to-speech functionality using OpenAI's TTS API, enabling conversion of text to speech with customizable voices and models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@quick-tts-mcpconvert 'Hello, welcome to the future' to speech using voice nova"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quick-TTS MCP Server
MCP server providing text-to-speech functionality using OpenAI's TTS API via the quick-tts package.
Installation
Using uvx (Recommended)
uvx quick-tts-mcpUsing pip
pip install quick-tts-mcpUsing Docker
docker run -e OPENAI_API_KEY=your-key quick-tts-mcpRelated MCP server: Open AI Text To Speech1 MCP Server
Configuration
Create a .env file:
OPENAI_API_KEY=sk-your-openai-api-key-hereUsage
Start the server
quick-tts-mcpAvailable tools:
generate_speech: Convert text to speechlist_voices: List available voiceslist_models: List available models
Example MCP client configuration
{
"mcpServers": {
"quick-tts": {
"command": "uvx",
"args": ["quick-tts-mcp"],
"env": {
"OPENAI_API_KEY": "sk-your-key"
}
}
}
}Tools
generate_speech
Convert text to speech using OpenAI's TTS API.
Parameters:
text(required): Text to convert to speechvoice(optional): Voice to use - alloy, echo, fable, onyx, nova, shimmer (default: alloy)model(optional): Model to use - tts-1, tts-1-hd (default: tts-1-hd)output_format(optional): Output format - mp3, wav (default: mp3)
Returns: JSON with file path, size, and metadata
list_voices
List all available TTS voices with descriptions.
Returns: JSON array of available voices
list_models
List all available TTS models with descriptions.
Returns: JSON array of available models
Development
Local installation
pip install -e .Running locally
python -m quick_tts_mcp.serverLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables agents to convert text to speech using OpenAI's TTS models with voice selection, delivery instructions, and queue-based audio playback. Supports both blocking and non-blocking modes for flexible audio generation and playback control.Last updated3BSD 3-Clause
- AlicenseCqualityDmaintenanceEnables users to convert text into high-quality audio by accessing the OpenAI Text-to-Speech API. It supports customizable model selection and voice options for synthesized speech generation via the MCP protocol.Last updated1MIT
- AlicenseAqualityFmaintenanceEnables text-to-speech conversion using ElevenLabs API with voice management, streaming support, and multiple models.Last updated51MIT
- Flicense-qualityDmaintenanceProvides text-to-speech conversion through a unified MCP interface, supporting both local Kokoro and cloud OpenAI TTS engines with streaming audio, voice selection, and customization via natural language instructions.Last updated7
Related MCP Connectors
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/diogoseca/quick-tts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server