Audio Transcriber MCP Server

by Ichigo3766
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Provides audio transcription capabilities using OpenAI's Speech-to-Text API, allowing conversion of audio files to text with options for language specification and saving transcriptions to files.

OpenAI 音声テキスト変換 MCP サーバー

OpenAI の API を使用して音声文字変換機能を提供する MCP サーバー。

インストール

設定

  1. リポジトリをクローンします。
git clone https://github.com/Ichigo3766/audio-transcriber-mcp.git cd audio-transcriber-mcp
  1. 依存関係をインストールします:
npm install
  1. サーバーを構築します。
npm run build
  1. 環境変数に OpenAI API キーを設定します。
  2. サーバー構成を環境に追加します。
{ "mcpServers": { "audio-transcriber": { "command": "node", "args": [ "/path/to/audio-transcriber-mcp/build/index.js" ], "env": { "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", // Optional "OPENAI_MODEL": "" // Optional } } } }

/path/to/audio-transcriber-mcpを、リポジトリのクローンを作成した実際のパスに置き換えます。

特徴

ツール

  • transcribe_audio - OpenAI の API を使用して音声ファイルを書き起こす
    • 必須パラメータとしてファイルパスを受け取ります
    • オプションパラメータ:
      • save_to_file: 転写をファイルに保存するためのブール値
      • 言語: ISO-639-1 言語コード (例: "en"、"es")

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

OpenAI の Speech-to-Text API を使用して音声ファイルの文字起こしを可能にし、複数の言語とファイル保存オプションをサポートする MCP サーバーです。

  1. Installation
    1. Setup
  2. Features
    1. Tools
  3. License
    ID: qf2y2xf3f7