Asr_mcp_server
@vidau-ai
关于 Asr_mcp_server
A Model Context Protocol (MCP) server that provides ASR(Automatic Speech Recognition) capabilities using the whisper engine. This server exposes TTS functionality through MCP tools, making it easy to integrate speech synthesis into your applications.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"asr_mcp_server": {
"command": "/YOUR_CONDA_PATH/bin/uv",
"args": [
"--directory",
"/YOUR_PATH/asr_mcp_server",
"run",
"asr_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Asr_mcp_server?
Asr_mcp_server is a Model Context Protocol (MCP) server that provides automatic speech recognition (ASR) using the whisper engine. It exposes ASR functionality as MCP tools for easy integration into compatible applications.
How to use Asr_mcp_server?
Configure the server in your MCP settings JSON with the uv command pointing to the asr_mcp_server directory and asr_server.py script. The server requires Python 3.10 or higher, the uv package manager, and the openai whisper package.
Key features of Asr_mcp_server
- Provides ASR capabilities using the whisper engine.
- Exposes speech recognition as MCP tools.
- Integrates easily into MCP‑compatible applications.
- Requires only Python 3.10+ and
uv.
Use cases of Asr_mcp_server
- Transcribing audio files or streams in real‑time.
- Adding speech‑to‑text to MCP‑based workflows and agents.
FAQ from Asr_mcp_server
What prerequisites are needed for Asr_mcp_server?
Python 3.10 or higher, the uv package manager, and the openai whisper package.
How is Asr_mcp_server configured?
Configure it in the MCP settings JSON using "command": "/YOUR_CONDA_PATH/bin/uv" with arguments ["--directory", "/YOUR_PATH/asr_mcp_server", "run", "asr_server.py"].
What does Asr_mcp_server do?
It provides automatic speech recognition (ASR) using the whisper engine, exposed as an MCP tool.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
Servers
modelcontextprotocolModel Context Protocol Servers
评论