OpenAI TTS Voice Synthesizer
STDIOText-to-speech conversion tool using OpenAI TTS SDK for local playback.
Text-to-speech conversion tool using OpenAI TTS SDK for local playback.
MCPサーバーを利用して、テキストを音声に変換し、ローカル環境で再生するツールです。OpenAIのTTS SDKを使用して、高品質な音声合成を実現します。
# プロジェクトのクローン git clone https://github.com/hirokidaichi/mcp-tts-say.git cd mcp-tts-say # 依存パッケージのインストール npm install
.env
ファイルをプロジェクトルートに作成OPENAI_API_KEY=your_api_key_here
# TypeScriptのコンパイルと実行 npm run dev # テストの実行 npm test # リントチェック npm run lint
npm run inspect
MIT
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)