Skip to main content
Glama

Edge-TTS MCP Server

Edge-TTS MCP Server

Model Context Protocol (MCP) 서버는 Microsoft Edge의 텍스트 음성 변환 기능을 활용하는 AI 에이전트 음성 합성 서비스를 제공합니다.

개요

이 MCP 서버는 edge-tts 라이브러리를 사용하여 텍스트를 음성으로 변환하는 기능을 제공합니다. AI 에이전트가 자연스러운 음성으로 응답할 수 있도록 하는 도구로 설계되었습니다.

기능

  • 텍스트를 음성으로 변환
  • 여러 음성 및 언어 지원
  • 음성 속도와 음정 조정
  • 음성 데이터 스트리밍

설치

pip install "edge_tts_mcp_server"

또는 개발 모드로 설치하는 경우:

git clone https://github.com/yuiseki/edge_tts_mcp_server.git cd edge_tts_mcp_server pip install -e .

사용방법

VS Code의 구성 예

VS Code settings.json에서 설정하는 예 :

"mcp": { "servers": { "edge-tts": { "command": "uv", "args": [ "--directory", "C:\\Users\\__username__\\src\\edge_tts_mcp_server\\src\\edge_tts_mcp_server", "run", "server.py" ] } } }

MCP Inspector에서 사용

표준 MCP 서버로 실행:

mcp dev server.py

uvx(uvicorn)에서 실행

FastAPI 기반 서버로 uv에서 실행하는 경우 :

uv --directory path/to/edge_tts_mcp_server/src/edge_tts_mcp_server run server.py

명령줄 옵션:

edge-tts-mcp --host 0.0.0.0 --port 8080 --reload

API 엔드포인트

FastAPI 모드에서 실행하는 경우 다음 엔드포인트를 사용할 수 있습니다.

  • / - API 정보
  • /health - 상태 확인
  • /voices - 사용 가능한 음성 목록(선택적으로 ?locale=ja-JP 등으로 필터링 가능)
  • /mcp - MCP API 엔드포인트

라이센스

MIT

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A Model Context Protocol server that provides text-to-speech functionality for AI agents using Microsoft Edge's text-to-speech technology, supporting multiple voices, languages, and voice customization.

  1. 개요
    1. 기능
      1. 설치
        1. 사용방법
          1. VS Code의 구성 예
          2. MCP Inspector에서 사용
          3. uvx(uvicorn)에서 실행
        2. API 엔드포인트
          1. 라이센스

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.
              Last updated -
              TypeScript
            • -
              security
              A
              license
              -
              quality
              Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
              Last updated -
              2
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables developers to integrate advanced text-to-speech and video translation capabilities into their applications through simple API calls.
              Last updated -
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that integrates with VOICEVOX engine to provide text-to-speech synthesis and speaker information retrieval, allowing users to generate and play voice audio from text.
              Last updated -
              2
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuiseki/edge_tts_mcp_server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server