# widows_tts_mcp
## 基本信息
- Slug: `balloonf-widows_tts_mcp`
- Source: modelscope
- Publisher: @balloonf/widows_tts_mcp
- Categories: text-to-speech / speech-processing
- Hosted: No
- License: Unknown
- Source URL: https://www.modelscope.cn/mcp/servers/@balloonf/widows_tts_mcp
## 简介
暂无描述。
## 安装提示

```bash
# uvx windows-tts-mcp # uvx --from . tts-dev # GitHub () uvx --from git+https://github.com/yourusername/windows-tts-mcp windows-tts-mcp
```

## MCP Server 详情

# Windows TTS MCP Server

Claude Desktop Windows PowerShell  Text-to-Speech 

##  

Windows TTS MCP Server Claude Desktop    MCP(Model Context Protocol) . Windows  Speech API PowerShell     TTS  .

##   

-  ** TTS**: Windows PowerShell    
-  ** **:    
-  ** **: ,   
-  ** **:  ,  ,  
-  ** **:   
-  ** **: uvx    

##    

### uvx  ()

```bash
#  
uvx windows-tts-mcp

#  
uvx --from . tts-dev

# GitHub   ()
uvx --from git+https://github.com/yourusername/windows-tts-mcp windows-tts-mcp
```

###  

```bash
#  
git clone https://github.com/yourusername/windows-tts-mcp
cd windows-tts-mcp

#  
uvx --from . windows-tts-mcp

#  
uvx --from . tts-dev
```

##  Claude Desktop 

Claude Desktop    :

```json
{
  "mcpServers": {
    "windows-tts": {
      "command": "uvx",
      "args": ["--from", "D:\\MCP\\windows_tts_mcp", "windows-tts-mcp"]
    }
  }
}
```

  :
- **Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Linux**: `~/.config/claude/claude_desktop_config.json`

##  

Claude Desktop    :

###    
- "  "
- "   "
- "  "

###   
- " : []"
- " : []"
- "  : []"

###   
- " "
- "TTS  "
- "   "
- " " (  )

##   

|  |  |   |
|------|------|----------|
| `speak` |    | "  " |
| `speak_fast` |    | " " |
| `speak_slow` |   | " " |
| `speak_quiet` |    | " " |
| `speak_short` |   (100 ) | " " |
| `stop_speech` |    | " " |
| `kill_all_tts` |  TTS   | "  " |
| `get_tts_status` |    | "  " |
| `emergency_silence` |   | " " |
| `test_tts` |   | "TTS " |

##   

###  
- ****: Windows 10/11
- **Python**: 3.11 
- **PowerShell**: 5.0  (Windows  )
- ****: Windows Speech Platform ( )

### 
```
Claude Desktop
     (MCP Protocol)
Windows TTS MCP Server
     (subprocess)
PowerShell
     (System.Speech)
Windows Speech API
    
Audio Output
```

### 
- ** **:  TTS    
- ** **:    TTS    
- ** **: ,     
- ** **:    

##   

###    
1. **Windows  **
   ```bash
   # PowerShell  
   Add-Type -AssemblyName System.Speech
   $synth = New-Object System.Speech.Synthesis.SpeechSynthesizer
   $synth.Speak("")
   ```

2. **  **
   - Windows   PowerShell  
   -      

3. **Speech Platform **
   - Windows       
   -     

###   
```bash
#  
uvx windows-tts-mcp
# Claude " TTS  " 
```

##  

###  
```
windows-tts-mcp/
 pyproject.toml          #  
 README.md               #  
 windows_tts_mcp/        #  
    __init__.py
    main.py            # TTS  
 .gitignore
 uv.lock
```

###   
```bash
#  
git clone https://github.com/yourusername/windows-tts-mcp
cd windows-tts-mcp

# uv  
uv sync

#   
uvx --from . tts-dev
```

### 
1.   
2.    (`git checkout -b feature/amazing-feature`)
3.   (`git commit -m 'Add amazing feature'`)
4.   (`git push origin feature/amazing-feature`)
5. Pull Request 

##  

  MIT   .   `LICENSE`  .

##   

- [Anthropic](https://www.anthropic.com/) - Claude MCP 
- [Model Context Protocol](https://modelcontextprotocol.io/) - MCP  
- [uv](https://github.com/astral-sh/uv) -  Python  

##   

- [Model Context Protocol  ](https://modelcontextprotocol.io/)
- [Claude Desktop ](https://claude.ai/download)
- [uv  ](https://docs.astral.sh/uv/)

---

**Made with  for Claude Desktop users**

