TTS Say

by hirokidaichi

5 stars
348 downloads
Not rated
GitHub

About

Integrates with OpenAI's API and local sound playback to convert text into audible speech, enabling voice output for various applications.

Details

Author
hirokidaichi
Repository
hirokidaichi/mcp-tts-say
GitHub stars
5
Downloads
348
License
MIT License
Categories
Design, Media, AI, Frontend, Infrastructure, API, Developer Tools, Other

- Text-to-speech using OpenAI's TTS SDK
- Local audio playback
- MCP server integration
- Development mode with TypeScript

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name TTS Say
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, and set your OPENAI_API_KEY in a .env file. Run npm run dev to start in development mode, or use npm run inspect to debug with MCP Inspector.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tts say": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

MCP TTS Say

MCPサーバーを利用して、テキストを音声に変換し、ローカル環境で再生するツールです。OpenAIのTTS SDKを使用して、高品質な音声合成を実現します。

機能

- OpenAI TTS SDKを使用したテキストの音声合成
- ローカル環境での音声再生
- MCPサーバーとの統合による簡単な音声再生ツールの提供

必要条件

- Node.js (v18以上)
- OpenAI APIキー
- 音声再生が可能なローカル環境

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.