Speech MCP Server
Provides text-to-speech capabilities via OpenAI's API for AI assistants and applications.
Installation
- Install dependencies:
zsh,jq,curl,ffmpeg/mplayer, andspeech.sh. - Make scripts executable:
chmod +x mcp.sh speech.sh launch. - Set OpenAI API key:
export OPENAI_API_KEY="your-key".
Usage
Start the server with ./launch or ./mcp.sh. Use JSON-RPC requests to call the speak method with a text parameter.
Configuration
Use environment variables like SPEECH_VOICE, SPEECH_SPEED, SPEECH_MODEL to customize.
Notes
- Speech plays immediately through system speakers.
- Logs are stored in
logs.txtandspeech_logs.txt.
Recommend MCP Servers 💡
jvm-mcp-server
This is an implementation project of a JVM-based MCP (Model Context Protocol) server. The project aims to provide a standardized MCP server implementation for the JVM platform, enabling AI models to better interact with the Java ecosystem.
ffmpeg-mcp
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback,clip, overlay, concat and other functions
cloudywu0410/python_sandbox_mcp_server
A MCP server that enables LLMs to run python code safely in isolated Docker containers.
@inercia/MCPShell
A tool that allows LLMs to safely execute command-line tools through the Model Context Protocol (MCP)
naver-map-mcp
MCP server utilizing Naver Map APIs for geocoding, reverse geocoding, and route search functionality
mcp-geocoder-rosetta
Geocoder MCP server implementations in Python and TypeScript using Google Maps API