Voicevox MCP Server
@Dosugamea
关于 Voicevox MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"voicevox": {
"type": "http",
"url": "http://localhost:10100/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论