Simple Asr
БесплатноНе проверенMinimal MCP server for local speech recognition using faster-whisper. Runs on CPU, no cloud required.
Описание
Minimal MCP server for local speech recognition using faster-whisper. Runs on CPU, no cloud required.
README
Minimal MCP server for local speech recognition using faster-whisper. Runs on CPU, no cloud required.
Installation
pipx install simple-asr-mcp
Or with pip:
pip install simple-asr-mcp
Requirements
- Python 3.10+
- ffmpeg (required by faster-whisper for audio decoding)
On Windows, install ffmpeg via winget:
winget install Gyan.FFmpeg
Quick Setup (for Claude Code agents)
Run these two commands — no user interaction required:
pipx install simple-asr-mcp
claude mcp add asr --scope user -- simple-asr-mcp
Then ask the user to restart Claude Code or run /mcp to reconnect.
Usage
CLI
# Transcribe an audio file
simple-asr-mcp transcribe recording.wav
# Specify language and model
simple-asr-mcp transcribe recording.wav --language ru --model medium
# List available models
simple-asr-mcp models
MCP Server (Claude Code)
MCP tools available after setup:
- transcribe_file — transcribe any audio file by path
- list_models — see available Whisper models
Configuration
Environment variables:
| Variable | Default | Description |
|---|---|---|
WHISPER_MODEL |
small |
Default Whisper model |
WHISPER_DEVICE |
cpu |
Device: cpu, cuda, or auto |
WHISPER_COMPUTE_TYPE |
int8 |
Quantization type |
Example with custom config:
claude mcp add asr --scope user -e WHISPER_MODEL=medium -e WHISPER_DEVICE=cuda -- simple-asr-mcp
Available Models
| Model | Size | RAM (est.) |
|---|---|---|
| tiny | 75 MB | ~1 GB |
| base | 142 MB | ~1 GB |
| small | 466 MB | ~2 GB |
| medium | 1.5 GB | ~5 GB |
| large-v3 | 3.1 GB | ~10 GB |
The model is downloaded automatically on first use and cached locally. It stays in memory until the MCP server process exits.
Supported Audio Formats
Any format supported by ffmpeg: wav, mp3, flac, ogg, m4a, wma, etc.
Links
License
MIT
Установка Simple Asr
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Selentar/simple-asr-mcpFAQ
Simple Asr MCP бесплатный?
Да, Simple Asr MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Simple Asr?
Нет, Simple Asr работает без API-ключей и переменных окружения.
Simple Asr — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Simple Asr в Claude Desktop, Claude Code или Cursor?
Открой Simple Asr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Simple Asr with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
