Kokoro TTS MCP server converts text to speech using Kokoro's AI models. It exposes a simple API for text-to-speech conversion with customizable voice parameters. Connects to Kokoro's cloud-based TTS models. Useful for developers building voice interfaces, accessibility tools, or chatbots needing natural-sounding speech output.
Kokoro TTS MCP server converts text to speech using Kokoro's AI models. It exposes a simple API for text-to-speech conversion with customizable voice parameters. Connects to Kokoro's cloud-based TTS models. Useful for developers building voice interfaces, accessibility tools, or chatbots needing natural-sounding speech output.
pip install kokoro-tts-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mberg-kokoro-tts-mcp-github": {
"command": "uvx",
"args": [
"pip install kokoro-tts-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kokoro tts mcp?"
API Key Required
This server requires an API key from kokoro tts mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| KOKORO_TTS_MCP_API_KEY | Yes | Your kokoro tts mcp API key |
"What resources are available in kokoro tts mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kokoro tts mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kokoro tts mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.