Asr_mcp_server
@vidau-ai
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"asr_mcp_server": {
"command": "/YOUR_CONDA_PATH/bin/uv",
"args": [
"--directory",
"/YOUR_PATH/asr_mcp_server",
"run",
"asr_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments