TTS Say
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
TTS SayCommand (node, npx, python, etc.)npxArguments-
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.
-
Argument 1
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

