whisper-mcp-server

Portra7ng/whisper-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
GPU-accelerated speech-to-text MCP server — let Claude Code transcribe videos via natural language
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whisper-mcp-server": {
      "command": "uvx",
      "args": [
        "whisper-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install whisper-mcp-server