Edge-TTS MCP Server

Integrations

  • The server can run as a FastAPI-based service with endpoints for API information, health checks, voice listings, and MCP communication.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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 AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.
              Last updated -
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.
              Last updated -
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI models to generate and play high-quality text-to-speech audio through your device's native audio system using Rime's voice synthesis API.
              Last updated -
              1
              176
              4
              JavaScript
              The Unlicense
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to initiate and manage real-time voice calls using Twilio and OpenAI's voice models.
              Last updated -
              14
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            Appeared in Searches

            ID: nb3n0l50u1