Back to Home
arrow2nd icon

vv-mcp

Verified Safe

by arrow2nd

Overview

Provides a Model Context Protocol (MCP) server to enable text-to-speech synthesis using VOICEVOX for Claude Desktop and Claude Code.

Installation

Run Command
npx -y @arrow2nd/vv-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-13

Tags

VOICEVOXText-to-SpeechMCPClaudeAudio