MCP.so
Sign In

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.

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

vidau-ai

Submitted by

xingliang lin

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.

Comments

More Other MCP servers