Skip to main content
Glama

VOICEVOX MCP Server

Integrations
  • Provides Docker Compose setup for easily running the required VOICEVOX engine locally.

  • The MCP server is implemented in TypeScript for type safety and developer experience.

  • Uses Zod for runtime schema validation within the MCP server implementation.

voicevox-mcp

Este proyecto es un servidor MCP (Model Context Protocol) que trabaja con el motor VOICEVOX para sintetizar voz y obtener información del hablante. Se implementa en TypeScript y utiliza el SDK MCP.

función

  • Obtener información de los altavoces para el motor VOICEVOX (/speakers)
  • Sintetizar texto a voz en un altavoz específico y reproducirlo localmente (/speak)
    • Sólo Mac

configuración

Iniciando el motor VOICEVOX (se recomienda Docker)

docker compose up -d

Esto iniciará el motor VOICEVOX en localhost:50021.

Instalar y crear dependencias

npm install npm run build

Cómo utilizar

Ejemplo de configuración del cursor

{ "mcpServers": { "voicevox-mcp": { "command": "node", "args": ["${Path to Repository}/dist/index.js"], "env": { "SPEAKER_ID": 8, "SPEED_SCALE": 1.2, "VOICEVOX_API_URL": "http://localhost:50021" } } } }

Establezca VOICEVOX_API_URL según sea necesario.

  • Puede obtener una lista de oradores de su cliente MCP utilizando la herramienta de oradores.
  • La herramienta de voz puede sintetizar texto a voz y reproducirlo localmente (se recomienda Mac ya que utiliza el comando afplay).

Dependencias principales

  • @modelcontextprotocol/sdk
  • zod
  • typescript

Precauciones

  • Mejoras futuras
    • La síntesis de voz no estará disponible a menos que el motor VOICEVOX se esté ejecutando en localhost:50021.
    • Si está utilizando un entorno distinto a Mac, cambie la parte afplay según corresponda.

licencia

Licencia MIT

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor de protocolo de contexto modelo que se integra con el motor VOICEVOX para proporcionar síntesis de texto a voz y recuperación de información del hablante, lo que permite a los usuarios generar y reproducir audio de voz a partir de texto.

  1. función
    1. configuración
      1. Iniciando el motor VOICEVOX (se recomienda Docker)
      2. Instalar y crear dependencias
    2. Cómo utilizar
      1. Ejemplo de configuración del cursor
    3. Precauciones
      1. licencia

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Provides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.
          Last updated -
          2
          Python
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model, offering multiple voice options and customizable speech parameters.
          Last updated -
          239
          JavaScript
          • Apple
          • Linux
        • -
          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

        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/Yuki10Kobayashi/voicevox-mcp'

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