About Edge Tts MCP
Edge Tts MCP is an MCP server published by eraincc in the AI category: this is a Text-to-Speech (TTS) service based on Model Context Protocol (MCP), using Microsoft Edge TTS engine. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx edge-tts-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Edge Tts MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
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"
]
}
}
}
README mirrored from the source repository 3 months ago. The original is authoritative.