Skip to content

Speech Recognition

Free

by MCP Community

语音识别MCP服务 - 基于豆包语音识别API的音频文件转文字工具

v1.0.19Added Apr 12, 2026
speechrecognitionASRdouyinvolcengine
Works with:ClaudeGPTGeminiCopilot

Speech Recognition MCP Server

语音识别MCP服务 - 基于豆包语音识别API的音频文件转文字工具

Installation

npx -y mcp-speech-recognition

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-speech-recognition
Add to claude_desktop_config.json
{
  "mcpServers": {
    "speech-recognition": {
      "command": "npx",
      "args": ["-y", "mcp-speech-recognition"]
    }
  }
}