voicevox_mcp_light

voicevox_mcp_light

0

The Voicevox MCP Server project provides a Model Context Protocol (MCP) server for speech synthesis using the Voicevox Engine. It supports text-to-speech conversion through AI tools and adheres to the MCP protocol. The project is designed for those needing customizable speech synthesis solutions compliant with modern standards.

Voicevox MCP Server

  • A project providing an MCP server to perform speech synthesis using the Voicevox Engine. It allows endpoints to be called from AI tools like Cursor and Cline, facilitating the conversion and playback of text-to-speech.
  • Features include conversion of text to audio queries, transformation of audio queries into WAV data, and playback of generated audio data.
  • Compliant with the MCP protocol using a JSON-RPC over stdio interface.

System Requirements

  • Python 3.10+
  • Voicevox Engine
  • Required Python packages

Installation Instructions

  1. Clone the repository.
  2. Install dependencies.
  3. Run the Voicevox Engine.

Usage

  • Supports options like custom host IP address, port number, and speaker ID.

Development

  • Follows PEP 8 coding guidelines.
  • Testing with pytest.

License

  • MIT License