Command Palette

Search for a command to run...

UnylyUnyly
Browse all

TTS Say

FreeNot checked

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

GitHubEmbed

About

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

README

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

機能

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

必要条件

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

インストール

# プロジェクトのクローン
git clone https://github.com/hirokidaichi/mcp-tts-say.git
cd mcp-tts-say

# 依存パッケージのインストール
npm install

環境設定

  1. .envファイルをプロジェクトルートに作成
  2. 以下の環境変数を設定
OPENAI_API_KEY=your_api_key_here

使用方法

開発モード

# TypeScriptのコンパイルと実行
npm run dev

# テストの実行
npm test

# リントチェック
npm run lint

MCP Inspectorを使用したデバッグ

npm run inspect

ライセンス

MIT

貢献

  1. このリポジトリをフォーク
  2. 新しいブランチを作成 (git checkout -b feature/amazing-feature)
  3. 変更をコミット (git commit -m 'Add some amazing feature')
  4. ブランチにプッシュ (git push origin feature/amazing-feature)
  5. プルリクエストを作成

開発者向け情報

詳細な仕様についてはspec.mdを参照してください。 開発タスクの進捗状況はtodo.mdで管理しています。

from github.com/hirokidaichi/mcp-tts-say

Installing TTS Say

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/hirokidaichi/mcp-tts-say

FAQ

Is TTS Say MCP free?

Yes, TTS Say MCP is free — one-click install via Unyly at no cost.

Does TTS Say need an API key?

No, TTS Say runs without API keys or environment variables.

Is TTS Say hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install TTS Say in Claude Desktop, Claude Code or Cursor?

Open TTS Say on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare TTS Say with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs