# LokerL/tts-vue | Model Context Protocol (MCP) Server > 🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。 - **Stars**: ⭐ 6,092 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tts-vue": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tts-vue" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tts-vue": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tts-vue" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tts-vue` - **Docker**: `docker run -i --rm mcp/tts-vue`