Kokoro TTS MCP Server
Click on "Deploy 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., "@Kokoro TTS MCP Serverread this message aloud in a calm voice"
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.
mcp-kokoro
An MCP server for Kokoro TTS, enabling high-quality text-to-speech capabilities for MCP clients.
Overview
This server provides tools to generate spoken audio from text using the Kokoro model. It is designed to be used with the Model Context Protocol (MCP), allowing AI agents to "speak" to the user.
Related MCP server: voice-audio-mcp
Tools
speak
Generates audio from text and plays it immediately.
Arguments:
text(str): The text to speak.voice(str, optional): The voice to use (default:af_heart).speed(float, optional): Speaking speed (default:1.0).
Caching
Generated audio is cached in ~/.cache/mcp_kokoro to speed up repeated requests.
Installation
Using uv (Recommended)
uv tool install mcp-kokoroUsing pip
pip install mcp-kokoroConfiguration
To use with Claude Desktop or other MCP clients, add the following to your configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json):
uv
{
"mcpServers": {
"kokoro": {
"command": "uv",
"args": [
"tool",
"run",
"mcp-kokoro"
]
}
}
}pip
{
"mcpServers": {
"kokoro": {
"command": "mcp-kokoro",
"args": []
}
}
}Requirements
Python 3.10 or higher
Audio output device (for playback)
sounddevicesystem dependencies (e.g., PortAudio) may be required on some systems.macOS:
brew install portaudioLinux:
sudo apt-get install libportaudio2
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Audio for your agent: transcribe, speak, translate, summarise, plus sound effects and music.
Text to speech for your AI. Your AI can send text to Doc Player to read it aloud. You will see a reader window with the text and you can control the playback sentence by sentence. Find an example here: https://documentplayer.com/connect-ai/
AI voice generation: text-to-speech and voice cloning from any MCP client.
Manage ElevenLabs voice agents and generate speech, music, sound effects, images, and video.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides text-to-speech generation using the Kokoro-82M model, enabling AI assistants to generate voiceovers and audio content directly within Claude Desktop and Cursor.14Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables text-to-speech, voice cloning, audio generation, and transcription using Kokoro TTS and Whisper STT.13 npm1MIT
- FlicenseNot gradedqualityDmaintenanceProvides 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.7-
- AlicenseAqualityDmaintenanceEnables AI agents to synthesize natural speech using either platform system voices or premium OpenAI TTS, with automatic engine selection and graceful fallback.114 npmMIT