w

widows_tts_mcp

@balloonf/widows_tts_mcp
0 Stars 15 次浏览 balloonf 更新于 2026-08-23

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
  • ** **: ,
  • ** **:

  1. **Windows **

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

    • Windows PowerShell
  2. **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

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

MIT . LICENSE .


Made with for Claude Desktop users

相关 MCP 服务