← Back to Plugins
MCP Server MCP

Whisper Transcribe

github By github 👁 1 views ▲ 0 votes

Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.

Homepage Verified source GitHub

Install

uvx whisper-transcribe-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "whisper-transcribe-mcp",
      "version": "1.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key. Enables the cloud backend and optional GPT post-processing.",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Default faster-whisper model size when using the local backend.",
          "format": "string",
          "default": "base",
          "name": "WHISPER_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...