T
Tts MCP
by @theminji
MCP server to allow LLMs to generate speech on local systems
Created 2/13/2026
Updated 12 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx tts-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"theminji-tts-mcp": {
"command": "uvx",
"args": [
"tts-mcp"
]
}
}
}