Provides VOICEVOX text-to-speech as an MCP tool. Requires a running VOICEVOX engine on localhost.
{
"mcpServers": {
"mcp-simple-voicevox": {
"command": "npx",
"args": [
"-y",
"@t09tanaka/mcp-simple-voicevox"
]
}
}
}