A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.
VOICEVOX MCP Server - Claude DesktopとClaude Codeで音声合成を利用するためのMCPサーバー
[!WARNING] このMCPサーバーは現在 macOSのみ 対応しています。音声再生に
afplay
コマンドを使用しているため、他のOSでは動作しません。
npm install -g @arrow2nd/vv-mcp
git clone https://github.com/arrow2nd/vv-mcp.git
cd vv-mcp
npm install
npm run build
~/Library/Application Support/Claude/claude_desktop_config.json
を編集:
{
"mcpServers": {
"vv-mcp": {
"command": "npx",
"args": ["-y", "@arrow2nd/vv-mcp"],
"env": {
"VOICEVOX_URL": "http://localhost:50021",
"DEFAULT_VOICE_ID": "47",
"DEFAULT_SPEED": "1.0"
}
}
}
}
{
"mcpServers": {
"vv-mcp": {
"command": "node",
"args": ["/path/to/vv-mcp/dist/index.js"],
"env": {
"VOICEVOX_URL": "http://localhost:50021",
"DEFAULT_VOICE_ID": "47",
"DEFAULT_SPEED": "1.0"
}
}
}
}
Claude Desktop/Codeを再起動後、以下のMCPツールが利用可能になります:
say
- テキストを音声合成して再生(非同期実行)list_voices
- 利用可能な音声一覧を取得get_queue_status
- 再生キューの状態を確認clear_queue
- 再生キューをクリア「こんにちは」と言って
ナースロボの楽々な声で「完了しました」と言って
利用可能な音声を教えて
変数名 | デフォルト値 | 説明 |
---|---|---|
VOICEVOX_URL | http://localhost:50021 | VOICEVOX APIのURL |
DEFAULT_VOICE_ID | 47 | デフォルトの音声ID (ナースロボ_タイプT) |
DEFAULT_SPEED | 1.0 | デフォルトの話速 |
MIT
Send SMS messages using the Aligo SMS API.
Provides audio input and output capabilities for AI assistants.
An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
Transcribe audio files using OpenAI's Speech-to-Text API.
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
A unified interface for various chat AI models including OpenAI, MistralAI, Anthropic, and Google AI, requiring vendor API keys.
Make voice calls and send SMS messages using the Vonage API.
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
An MCP server for collecting interactive user feedback through a graphical user interface.
Query live Gmail data using LLMs via CData's read-only MCP server.