Skip to main content
Glama

Say MCP Server

by m-takuma
  • Apple

Say MCP Server

A Model Context Protocol (MCP) server that provides real-time voice notifications.

Features

  • Voice Notifications: Get instant audible updates on task progress and results.
  • High-Quality Voice: Utilizes a high-quality voice engine for clear and natural-sounding speech, especially for Japanese.
  • Automatic Fallback: Seamlessly switches to a standard system voice if the high-quality engine is unavailable, ensuring you never miss a notification.
  • Easy Integration: Designed for easy integration with AI agent environments that support the Model Context Protocol.

Installation

  1. Clone the repository:
    git clone <repository-url> cd say-mcp
  2. Install dependencies:
    uv sync
  3. Test the installation:
    uv run python test_server.py

Usage

With an AI Agent (MCP Integration)

Add this configuration to your agent's MCP settings:

{ "mcpServers": { "say-mcp": { "command": "uv", "args": ["run", "python", "-m", "say_mcp.server"], "cwd": "/absolute/path/to/say-mcp" } } }

Available Tools

The server provides the following tools for your AI agent:

  1. speak: Notifies you by voice.
    • Purpose: Converts text to speech for real-time, audible feedback.
    • Example:
      { "text": "The analysis is complete and the report is ready.", "speaker": 1, "speed_scale": 1.2 }
    • Parameters:
      • text (required): The message to be spoken.
      • speaker (optional): The desired speaker ID for the high-quality voice.
      • speed_scale (optional): Adjusts the speech speed for the high-quality voice.
  2. check_voice_status: Checks the quality of the available voice.
    • Purpose: Confirms whether the high-quality voice engine is active or if the system will use the standard fallback voice.

High-Quality Voice Setup (Optional)

For the best audio experience, you can install a compatible high-quality voice engine (e.g., VOICEVOX). The server will automatically detect and use it when it's running.

Requirements

  • Python 3.13+
  • A compatible operating system (e.g., macOS for the fallback voice).
  • A high-quality voice engine like VOICEVOX (optional).

License

This project is open source and available under the MIT License.

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that provides real-time voice notifications, utilizing a high-quality voice engine with automatic fallback to system voice.

  1. Features
    1. Installation
      1. Usage
        1. With an AI Agent (MCP Integration)
        2. Available Tools
        3. High-Quality Voice Setup (Optional)
      2. Requirements
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server enabling AI systems to send real-time notifications to phones, desktops, and other devices through the ntfy publish/subscribe service.
            Last updated -
            10
            8
            TypeScript
            Apache 2.0
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides system notification capabilities across various platforms (macOS, Windows, Linux) using node-notifier.
            Last updated -
            6
            212
            JavaScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that integrates with VOICEVOX engine to provide text-to-speech synthesis and speaker information retrieval, allowing users to generate and play voice audio from text.
            Last updated -
            2
            1
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that wraps Volcengine's Text-to-Speech API, allowing users to generate speech from text using natural language parameters for customizing voice type, emotion, and speed.
            Last updated -
            4
            Python
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-takuma/say-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server