voicevox-mcp
1
The voicevox-mcp project provides a Model Context Protocol (MCP) server that integrates with the VOICEVOX engine for speech synthesis and speaker information retrieval. It's implemented in TypeScript and supports local speech playback, primarily on Mac systems.
voicevox-mcp
This project integrates with the VOICEVOX engine to synthesize speech and obtain speaker information via an MCP (Model Context Protocol) server. Implemented in TypeScript, it uses the MCP SDK.
Features
- Retrieve speaker information from the VOICEVOX engine.
- Synthesize text to speech with a specified speaker and play it locally (Mac only).
Setup
- Start the VOICEVOX engine using Docker.
- Install dependencies and build with npm.
Usage
- Configure with MCP client to retrieve speaker list or synthesize text to speech for local playback.
Note
- Ensure VOICEVOX engine runs on localhost:50021 for speech synthesis.
- Adjust afplay command for environments other than Mac.
License
- MIT License