Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_VOICE_HOOKS_PORT | No | The port for the voice hooks server | 5111 |
MCP_VOICE_HOOKS_AUTO_OPEN_BROWSER | No | Whether to automatically open the browser if no frontend connects within 3 seconds | true |
MCP_VOICE_HOOKS_AUTO_DELIVER_VOICE_INPUT | No | Whether to automatically deliver voice input to Claude after tool use, before speaking, and before stopping | true |
MCP_VOICE_HOOKS_AUTO_DELIVER_VOICE_INPUT_BEFORE_TOOLS | No | Whether to automatically deliver voice input before tool execution | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
speak | Speak text using text-to-speech and mark delivered utterances as responded |