Speech Recognition
Freeby MCP Community
语音识别MCP服务 - 基于豆包语音识别API的音频文件转文字工具
v1.0.19Added Apr 12, 2026
speechrecognitionASRdouyinvolcengine
Speech Recognition MCP Server
语音识别MCP服务 - 基于豆包语音识别API的音频文件转文字工具
Installation
npx -y mcp-speech-recognition
Reviews
Installation
Quick install
npx -y mcp-speech-recognition
Add to claude_desktop_config.json
{
"mcpServers": {
"speech-recognition": {
"command": "npx",
"args": ["-y", "mcp-speech-recognition"]
}
}
}