ASR MCP Server

ASR MCP Server

By 136William136 GitHub

-

asr audio-processing
Overview

what is ASR MCP Server?

ASR MCP Server is an automatic speech recognition (ASR) server designed to process audio files and convert speech into text.

how to use ASR MCP Server?

To use the ASR MCP Server, send a POST request with an audio file URL that meets the requirements (mp3 format, less than 1 minute in duration, and under 2 MB in size).

key features of ASR MCP Server?

  • Processes audio files to convert speech to text
  • Supports mp3 audio format
  • Quick response time for audio processing

use cases of ASR MCP Server?

  1. Transcribing audio recordings for documentation.
  2. Enabling voice commands in applications.
  3. Assisting in accessibility for hearing-impaired users.

FAQ from ASR MCP Server?

  • What audio formats does ASR MCP Server support?

Currently, ASR MCP Server supports mp3 format only.

  • Is there a limit on the audio file size?

Yes, audio files must be less than 2 MB in size.

  • How long can the audio files be?

Audio files should be less than 1 minute in duration.

Content

ASR server

mp3 file should be less than 1 minute and size should be less than 2 MB

use this example for test only:

curl --location --request POST 'http://43.162.121.31:8081/mcp/server/asr/v1?url=https://www.leexee.net/img/audio/mcp_server_default_dd225cf1b.mp3'

No tools information available.

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.

asr speech-recognition
View Details