1. Conduid
  2. AI
  3. Edge Tts MCP
MCP server · AI

Edge Tts MCP

This is a Text-to-Speech (TTS) service based on Model Context Protocol (MCP), using Microsoft Edge TTS engine.

Unclaimed LGPL-3.0 last commit a year ago mcpaimcp-server
54Fair

Scored 3 months ago · breakdown

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

Install
npx edge-tts-mcp

This 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

I know everything about Edge Tts MCP. Ask me about installation, configuration, usage, or troubleshooting.

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:

  1. list_voice: Get available voice list, equivalent to edge-tts --list-voices command functionality
  2. tts: 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.

Questions

About Edge Tts MCP

How do I install Edge Tts MCP?

Run npx edge-tts-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Edge Tts MCP safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Edge Tts MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.