widows_tts_mcp
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"windows-tts": {
"args": [
"--from",
"D:MCPwindows_tts_mcp",
"windows-tts-mcp"
],
"command": "uvx"
}
}
}
服务介绍
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 ()
#
uvx windows-tts-mcp
#
uvx --from . tts-dev
# GitHub ()
uvx --from git+https://github.com/yourusername/windows-tts-mcp windows-tts-mcp
#
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 :
{
"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
- ** **: ,
- ** **:
-
**Windows **
# PowerShell Add-Type -AssemblyName System.Speech $synth = New-Object System.Speech.Synthesis.SpeechSynthesizer $synth.Speak("") -
- Windows PowerShell
-
**Speech Platform **
- Windows
#
uvx windows-tts-mcp
# Claude " TTS "
windows-tts-mcp/
pyproject.toml #
README.md #
windows_tts_mcp/ #
__init__.py
main.py # TTS
.gitignore
uv.lock
#
git clone https://github.com/yourusername/windows-tts-mcp
cd windows-tts-mcp
# uv
uv sync
#
uvx --from . tts-dev
- (
git checkout -b feature/amazing-feature) - (
git commit -m 'Add amazing feature') - (
git push origin feature/amazing-feature) - Pull Request
MIT . LICENSE .
- Anthropic - Claude MCP
- Model Context Protocol - MCP
- uv - Python
Made with for Claude Desktop users