
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
A Model Context Protocol server providing VoiceVox text-to-speech functionality for LLMs
VoiceVox を介してテキスト読み上げ機能を提供する Model Context Protocol サーバーです。このサーバーにより、Claude は VoiceVox エンジンが提供する様々な音声を使用してテキストから音声を生成することができます。
sound
フォルダに .wav
ファイルとして保存されます。uv
を使用する場合は特別なインストールは必要ありません。直接 uvx
を使用して mcp-server-voicevox を実行します。
このサーバーは動作するために VoiceVox エンジンが必要です。エンジンの起動は手動で行う必要があります。
デフォルトでは http://localhost:50021
への接続を試みます。--voicevox-url
引数で別の URL を指定することができます。
VoiceVox エンジンは 公式 VoiceVox リポジトリ からダウンロードしてインストールできます。
Claude Desktop の設定に追加:
{
"mcpServers": {
"voicevox": {
"command": "uvx",
"args": ["mcp-server-voicevox", "--voicevox-url=http://localhost:50021"]
}
}
}
get_voices
- VoiceVox から利用可能な音声のリストを取得
text_to_speech
- VoiceVox を使用してテキストを音声に変換
text
(文字列): 音声に変換するテキストspeaker_id
(整数、デフォルト: 1): 使用する音声の IDspeed
(数値、デフォルト: 1.3): 再生速度の倍率afplay
ユーティリティを使用aplay
を試し、失敗した場合は xdg-open
にフォールバックmcp-server-voicevox は MIT ライセンスの下で提供されています。これは、MIT ライセンスの条件に従い、自由に使用、修正、配布することができることを意味します。
FAQs
A Model Context Protocol server providing VoiceVox text-to-speech functionality for LLMs
We found that mcp-server-voicevox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.