yossato/openai-tts-mcp-server
3.1
If you are the rightful owner of openai-tts-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository contains a Model Context Protocol (MCP) server for text-to-speech using OpenAI's API.
OpenAI TTS MCP Server
This repository contains a Model Context Protocol (MCP) server for text-to-speech using OpenAI's API. The server exposes a set of tools that allow clients to generate speech audio, play it back, and manage presets for different voices.
Features
- Generate speech from text through the OpenAI TTS API
- Streaming playback using the OpenAI audio helper
- Optional caching of generated files
- Support for multiple voices and audio formats
The code in src/
implements the server and helpers. See
docs/DEVELOPMENT_PLAN.md
for the original phased development notes.