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
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments