Voicevox MCP Server
@Dosugamea
About Voicevox MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"voicevox": {
"type": "http",
"url": "http://localhost:10100/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Voicevox MCP Server?
Voicevox MCP Server lets you use VOICEVOX-compatible speech synthesis engines (AIVISpeech, VOICEVOX, COEIROINK) through the Model Context Protocol (MCP). It is designed for agent‑mode speech synthesis with Claude 3.7 in editors like Cursor.
How to use Voicevox MCP Server?
Clone the repository, run npm install, copy .env_example to .env, and set VOICEVOX_API_URL and VOICEVOX_SPEAKER_ID. On Windows, build with npm run build then start the server with npm start. Configure the editor’s mcp.json to point to the SSE endpoint. For Docker, run the container with stdio mode and the appropriate environment variables.
Key features of Voicevox MCP Server
- Supports VOICEVOX, AIVISpeech, and COEIROINK engines
- Adjustable speaker ID via environment variable
- Audio playback via VLC (Windows) or PulseAudio (Docker)
- Docker deployment with stdio transport
Use cases of Voicevox MCP Server
- Adding speech output to AI agent workflows in Cursor
- Using Claude 3.7 agent mode to generate spoken responses
- Integrating VOICEVOX-compatible TTS into MCP‑enabled applications
- Running TTS in a containerized environment
FAQ from Voicevox MCP Server
Which speech synthesis engines are supported?
It is compatible with VOICEVOX, AIVISpeech, and COEIROINK servers that expose a VOICEVOX‑compatible API.
How do I change the speaker voice?
Set the VOICEVOX_SPEAKER_ID environment variable. The default is 1 (Shikoku Metan). A list of available speaker IDs can be obtained from the engine’s /speakers endpoint.
What are the system requirements?
On Windows: Node.js 18+, a local VOICEVOX ENGINE instance, and VLC media player with its path set. On Docker/Linux: Docker, Docker Compose, WSL2, PulseAudio, and SDL2 libraries.
How does the server connect to the editor?
On Windows it uses SSE at http://localhost:10100/sse. On Docker it communicates over stdio.
How do I troubleshoot audio playback?
Ensure VLC is correctly installed and on the system path (Windows). For Docker, verify PulseAudio configuration and that the necessary packages (libsdl2-dev, pulseaudio-utils, pulseaudio) are available.
Frequently asked questions
Which speech synthesis engines are supported?
It is compatible with VOICEVOX, AIVISpeech, and COEIROINK servers that expose a VOICEVOX‑compatible API.
How do I change the speaker voice?
Set the `VOICEVOX_SPEAKER_ID` environment variable. The default is `1` (Shikoku Metan). A list of available speaker IDs can be obtained from the engine’s `/speakers` endpoint.
What are the system requirements?
On Windows: Node.js 18+, a local VOICEVOX ENGINE instance, and VLC media player with its path set. On Docker/Linux: Docker, Docker Compose, WSL2, PulseAudio, and SDL2 libraries.
How does the server connect to the editor?
On Windows it uses SSE at `http://localhost:10100/sse`. On Docker it communicates over stdio.
How do I troubleshoot audio playback?
Ensure VLC is correctly installed and on the system path (Windows). For Docker, verify PulseAudio configuration and that the necessary packages (`libsdl2-dev`, `pulseaudio-utils`, `pulseaudio`) are available.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments