MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. TTS Say MCP
TTS Say MCP Logo

TTS Say MCP

Model Context Protocol Integration

Overview

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

TTS Say

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

Installation Instructions


README: https://github.com/hirokidaichi/mcp-tts-say

MCP TTS Say

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で管理しています。

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.