voicepeak-mcp
VOICEPEAK テキスト読み上げ機能のための MCP サーバー。
前提条件
VOICEPEAK がインストールされていること
インストール
NPX を使用(推奨)
Bunx を使用
設定
Claude Desktop の設定に追加:
利用可能なツール
synthesize
テキストから音声ファイルを生成します(最大140文字)。
パラメータ:
text
(必須): 合成するテキストnarrator
: ナレーター名emotion
: 感情パラメータspeed
: 話速(50-200)pitch
: ピッチ(-300〜300)outputPath
: 出力ファイルパス
synthesize_and_play
音声を生成して即座に再生します(最大140文字)。
play
音声ファイルを再生します。
list_narrators
利用可能なナレーターをリストします。
list_emotions
ナレーターの利用可能な感情をリストします。
dictionary_list
全ての発音辞書エントリをリストします。
dictionary_add
カスタム発音のための辞書エントリを追加または更新します。
パラメータ:
surface
(必須): 置き換えるテキストpronunciation
(必須): 日本語かなでの発音priority
: 優先度(0-10、デフォルト: 5)
dictionary_remove
辞書エントリを削除します。
dictionary_find
テキストで辞書エントリを検索します。
dictionary_clear
全ての辞書エントリをクリアします。
対応プラットフォーム
✅ macOS
🚧 Windows(予定)
🚧 Linux(予定)
貢献
イシューやプルリクエストを歓迎します!
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables text-to-speech synthesis using VOICEPEAK software with support for custom narrators, emotions, and pronunciation dictionaries. Allows generating and playing audio files from text with configurable voice parameters.