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
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Integrates with the LinkedIn API, allowing interaction with your professional network and content.
Connect AI assistants like Cursor to Google Chat and beyond — enabling smart, extensible collaboration across chat platforms.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Integrates with Mailtrap Email API.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.