Kokoro Text to Speech MCP Server

Apache 2.0
  • Apple
[project] name = "kokoro-tts-mcp" version = "0.1.0" description = "Kokoro Text to Speech (TTS) MCP Server" readme = "README.md" requires-python = ">=3.12" dependencies = [ "kokoro-onnx>=0.4.5", "soundfile>=0.13.1", "boto3>=1.37.18", "fastMCP==0.1.0", "python-dotenv==0.21.0", "flask==2.2.3", "flask-cors==3.0.10", "werkzeug==3.1.3", "numpy>=1.26.0", ]