Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOICEVOX_URL | No | VOICEVOX Engine URL | http://localhost:50021 |
| MCP_HTTP_HOST | No | HTTP host | 0.0.0.0 |
| MCP_HTTP_MODE | No | Enable HTTP mode | false |
| MCP_HTTP_PORT | No | HTTP port | 3000 |
| MCP_ALLOWED_HOSTS | No | Allowed hosts (comma-separated) | localhost,127.0.0.1,[::1] |
| MCP_ALLOWED_ORIGINS | No | Allowed origins (comma-separated) | http://localhost,http://127.0.0.1 |
| VOICEVOX_USE_STREAMING | No | Streaming playback (requires ffplay) | false |
| VOICEVOX_DISABLED_TOOLS | No | Comma-separated list of tools to disable (e.g., generate_query,synthesize_file) | |
| VOICEVOX_DEFAULT_SPEAKER | No | Default speaker ID | 1 |
| VOICEVOX_DEFAULT_IMMEDIATE | No | Immediate playback default setting | true |
| VOICEVOX_RESTRICT_IMMEDIATE | No | Restrict AI from specifying the immediate option | |
| VOICEVOX_DEFAULT_SPEED_SCALE | No | Default playback speed | 1.0 |
| VOICEVOX_DEFAULT_WAIT_FOR_END | No | Wait for playback end default setting | false |
| VOICEVOX_RESTRICT_WAIT_FOR_END | No | Restrict AI from specifying the waitForEnd option | |
| VOICEVOX_DEFAULT_WAIT_FOR_START | No | Wait for playback start default setting | false |
| VOICEVOX_RESTRICT_WAIT_FOR_START | No | Restrict AI from specifying the waitForStart option |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |