voicevox-mcp

voicevox-mcp

3.2

If you are the rightful owner of voicevox-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

VOICEVOX-MCP is a Model Context Protocol server that integrates with the VOICEVOX engine for voice synthesis and speaker information retrieval, implemented in TypeScript using the MCP SDK.

VOICEVOX-MCP is a server that facilitates interaction with the VOICEVOX engine, allowing users to retrieve speaker information and synthesize text into speech. It is implemented in TypeScript and leverages the MCP SDK for seamless integration. The server is designed to work optimally on Mac systems, utilizing the 'afplay' command for local audio playback. The setup involves running the VOICEVOX engine, preferably via Docker, and installing necessary dependencies. The server can be configured using a JSON file to specify parameters such as speaker ID and speed scale. This project is ideal for developers looking to incorporate advanced voice synthesis capabilities into their applications.

Features

  • Retrieve speaker information from the VOICEVOX engine.
  • Synthesize text into speech using a specified speaker.
  • Local playback of synthesized speech (Mac only).
  • Configurable via JSON for custom settings.
  • Utilizes MCP SDK for integration.

Tools

  1. speakers

    Tool to retrieve a list of available speakers from the VOICEVOX engine.

  2. speak

    Tool to synthesize text into speech and play it locally.