📦
Edge Tts MCP
This is a Text-to-Speech (TTS) service based on Model Context Protocol (MCP), using Microsoft Edge TTS engine.
0 installs
Trust: 54 — Fair
Ai
Installation
npx edge-tts-mcpAsk AI about Edge Tts MCP
Powered by Claude · Grounded in docs
I know everything about Edge Tts MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
edge-tts-mcp
This is a Text-to-Speech (TTS) service based on Model Context Protocol (MCP), using Microsoft Edge TTS engine.
Features
This service provides two main tools:
list_voice: Get available voice list, equivalent toedge-tts --list-voicescommand functionalitytts: Convert text to speech and return generated audio file and subtitle file paths
Requirements
- Python >= 3.11
- Internet connection (for accessing Microsoft Edge TTS service)
Note: TTS service uses Microsoft TTS engine, poor network connectivity will affect service calls.
Installation
Runtime environment requires Python and UV to be installed first
Add the following content to the MCP configuration:
{
"mcpServers": {
"edge-tts-mcp": {
"command": "uvx",
"args": [
"edge_tts_mcp"
]
}
}
}
