Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOICEVOX_URL | No | VOICEVOX APIのURL | http://localhost:50021 |
| DEFAULT_SPEED | No | デフォルトの話速 | 1.0 |
| DEFAULT_VOICE_ID | No | デフォルトの音声ID (ナースロボ_タイプT) | 47 |
| VV_MCP_STATE_DIR | No | 共有状態ファイルの保存ディレクトリ (デフォルト: システム一時ディレクトリ) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sayA | VOICEVOXで音声合成して再生(非同期実行) |
| list_voicesB | 利用可能な音声の一覧を取得 |
| get_queue_statusB | 再生キューの状態を取得 |
| clear_queueB | 再生キューをクリア |
| get_voices_in_useA | 現在使用中の音声IDのリストを取得(全プロセス共通) |
| get_random_unused_voiceA | 使用されていない音声をランダムに1つ取得 |
| get_session_voiceA | このセッションで使用する音声を取得(セッション毎に固定) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |