TextToSpeech-MCP Server
@SmartLittleApps
About TextToSpeech-MCP Server
Local text-to-speech MCP server with dual engines (macOS Say + Kokoro TTS) for Claude Desktop
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"local-tts-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/server.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is TextToSpeech-MCP Server?
TextToSpeech-MCP Server is a local MCP (Model Context Protocol) server that provides privacy-first text-to-speech synthesis using macOS Say and Kokoro TTS engines. Designed for MCP-compatible clients like Claude Desktop, it keeps all processing on your machine.
How to use TextToSpeech-MCP Server?
Install dependencies with npm install, build with npm run build, and test with npm start. For Claude Desktop, add the provided JSON configuration to your settings. Use tools like synthesize_text, list_voices, health_check, and play_audio to convert text to speech, manage voices, and control playback.
Key features of TextToSpeech-MCP Server
- All TTS synthesis happens locally β no data leaves your machine
- Two engines: macOS Say (23 voices) and Kokoro TTS (21 voices)
- Supports 43 languages including English, Spanish, French, Japanese, Chinese
- Customizable output formats: aiff, wav, mp3, m4a
- Adjustable speech speed (0.1β3.0) and quality (fast, balanced, high)
Use cases of TextToSpeech-MCP Server
- Convert simple text to speech using the default voice
- Select a specific voice by language, gender, or engine for natural output
- Synthesize multilingual content, such as "Bonjour le monde" with a French voice
FAQ from TextToSpeech-MCP Server
What TTS engines does TextToSpeech-MCP Server support?
It supports macOS Say (23 voices, multiple languages) and Kokoro TTS (21 voices, 8 languages), with automatic engine selection.
What are the system requirements?
macOS (for the macOS Say engine), Node.js 18+, and TypeScript.
Is my data sent to external servers?
No. All text-to-speech synthesis happens locally; no data is sent to external services.
What is the maximum text length for synthesis?
The text parameter supports up to 50,000 characters.
How do I configure TextToSpeech-MCP Server for Claude Desktop?
Add the provided JSON configuration to your Claude Desktop settings, specifying the command node ./dist/server.js and the correct working directory.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments