vv-mcp
Verified Safeby arrow2nd
Overview
Provides a Model Context Protocol (MCP) server to enable text-to-speech synthesis using VOICEVOX for Claude Desktop and Claude Code.
Installation
npx -y @arrow2nd/vv-mcpEnvironment Variables
- VOICEVOX_URL
- DEFAULT_VOICE_ID
- DEFAULT_SPEED
- VV_MCP_STATE_DIR
Security Notes
The server primarily makes requests to a local VOICEVOX API and uses platform-specific commands (`afplay` on macOS, `paplay` on Linux) for audio playback. File paths for temporary audio and shared state are generated by the application in standard temporary directories, mitigating path injection risks. No hardcoded secrets or 'eval' are used. The use of `child_process.exec` is for fixed commands with controlled file paths, which is generally safe in this context, although it introduces an inherent dependency on system commands.
Similar Servers
elevenlabs-mcp
An official ElevenLabs Model Context Protocol (MCP) server that enables AI clients (e.g., Claude Desktop, Cursor) to interact with ElevenLabs Text-to-Speech, voice cloning, transcription, and audio processing APIs.
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.