Back to directory
arcaputo3/mcp-server-whisper

arcaputo3/mcp-server-whisper

@arcaputo3

An MCP Server for audio transcription and processing using OpenAI Whisper and GPT-4o

whisperaudio-transcriptionopenaispeech-to-texttext-to-speechpythonmcptool

Installation & Configuration

{
  "mcpServers": {
    "whisper": {
      "command": "uvx",
      "args": [
        "mcp-server-whisper"
      ],
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key",
        "AUDIO_FILES_PATH": "/path/to/your/audio/files"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17