VS

Voice Status Report

Created 4 months ago

A Model Context Protocol (MCP) server that provides voice status updates using OpenAI's text-to-speech API.

development documentation public voice API

What is Voice Status Report?

An MCP server that provides voice status updates using OpenAI's text-to-speech API, to be used with Cursor or Claude Code.

Documentation

Voice Status Report MCP Server

Available Tools

The server exposes the following tool:

  • summarize(text: str): Converts the provided text into speech using OpenAI's TTS API and plays it to the user.

Usage

You'll need an OpenAI API key to use this server.

Command Line Options

  • --ding: Enable the ding sound that plays before each voice message.
  • --voice [VOICE]: Choose the voice for speech generation.
  • --speed SPEED: Set the speech speed (0.5-4.0).
  • --instructions TEXT: Provide custom voice instructions for the TTS model.

Examples

voice-status-report-mcp-server --ding --voice nova

Server Config

{
  "mcpServers": {
    "voice-status-report-server": {
      "command": "npx",
      "args": [
        "voice-status-report"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 17, 2025
Updated At: Aug 07, 2025
Author: Tomek Korbak
Category: community
License: MIT License
Tags:
development documentation public