M
MCP Qwen3 Tts
A Model Context Protocol (MCP) server that exposes Qwen3-TTS voice synthesis capabilities with Voice Design.
Created 1/27/2026
Updated 28 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-qwen3-tts
Cursor configuration (mcp.json)
{
"mcpServers": {
"gabrielalmir-mcp-qwen3-tts": {
"command": "uvx",
"args": [
"mcp-qwen3-tts"
]
}
}
}