asr-mcp

fengredrum/asr-mcp
★ 0 stars Python AI/LLM Updated today
语音转文本 MCP server — 基于本地 Whisper Large V3 MLX 模型,支持纯文本/时间轴/SRT 输出与 LLM 纠错
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install asr-mcp