voice-status-report-mcp-server
3
The Voice Status Report MCP Server is designed for providing voice status updates using OpenAI's text-to-speech API. It's useful for sending task progress and command confirmations in a non-intrusive audio format.
Voice Status Report MCP Server
A Model Context Protocol (MCP) server providing voice status updates using OpenAI's text-to-speech API. It allows language models to communicate with users via short voice messages for task progress updates or command confirmations.
Available Tools
summarize(text: str)
: Converts text into speech using OpenAI's TTS API.
Usage
- Requires OpenAI API Key
- Update
claude_desktop_config.json
with server configuration.
Command Line Options
--ding
: Enables a sound before messages.--voice [VOICE]
: Selects a voice for speech.--speed SPEED
: Adjusts speech speed.--instructions TEXT
: Provides custom voice instructions.