Voice Recorder (Whisper)
FreeNot checkedIntegrates with OpenAI's Whisper model to provide voice recording and transcription capabilities for applications requiring speech-to-text functionality.
About
Integrates with OpenAI's Whisper model to provide voice recording and transcription capabilities for applications requiring speech-to-text functionality.
README
An MCP server for recording audio and transcribing it using OpenAI's Whisper model. Designed to work as a Goose custom extension or standalone MCP server.
Features
- Record audio from the default microphone
- Transcribe recordings using Whisper
- Integrates with Goose AI agent as a custom extension
- Includes prompts for common recording scenarios
Installation
# Install from source
git clone https://github.com/DefiBax/voice-recorder-mcp.git
cd voice-recorder-mcp
pip install -e .
Usage
As a Standalone MCP Server
# Run with default settings (base.en model)
voice-recorder-mcp
# Use a specific Whisper model
voice-recorder-mcp --model medium.en
# Adjust sample rate
voice-recorder-mcp --sample-rate 44100
Testing with MCP Inspector
The MCP Inspector provides an interactive interface to test your server:
# Install the MCP Inspector
npm install -g @modelcontextprotocol/inspector
# Run your server with the inspector
npx @modelcontextprotocol/inspector voice-recorder-mcp
With Goose AI Agent
Open Goose and go to Settings > Extensions > Add > Command Line Extension
Set the name to
voice-recorderIn the Command field, enter the full path to the voice-recorder-mcp executable:
/full/path/to/voice-recorder-mcpOr for a specific model:
/full/path/to/voice-recorder-mcp --model medium.enTo find the path, run:
which voice-recorder-mcpNo environment variables are needed for basic functionality
Start a conversation with Goose and introduce the recorder with: "I want you to take action from transcriptions returned by voice-recorder. For example, if I dictate a calculation like 1+1, please return the result."
Available Tools
start_recording: Start recording audio from the default microphonestop_and_transcribe: Stop recording and transcribe the audio to textrecord_and_transcribe: Record audio for a specified duration and transcribe it
Whisper Models
This extension supports various Whisper model sizes:
| Model | Speed | Accuracy | Memory Usage | Use Case |
|---|---|---|---|---|
tiny.en |
Fastest | Lowest | Minimal | Testing, quick transcriptions |
base.en |
Fast | Good | Low | Everyday use (default) |
small.en |
Medium | Better | Moderate | Good balance |
medium.en |
Slow | High | High | Important recordings |
large |
Slowest | Highest | Very High | Critical transcriptions |
The .en suffix indicates models specialized for English, which are faster and more accurate for English content.
Requirements
- Python 3.12+
- An audio input device (microphone)
Configuration
You can configure the server using environment variables:
# Set Whisper model
export WHISPER_MODEL=small.en
# Set audio sample rate
export SAMPLE_RATE=44100
# Set maximum recording duration (seconds)
export MAX_DURATION=120
# Then run the server
voice-recorder-mcp
Troubleshooting
Common Issues
- No audio being recorded: Check your microphone permissions and settings
- Model download errors: Ensure you have a stable internet connection for the initial model download
- Integration with Goose: Make sure the command path is correct
- Audio quality issues: Try adjusting the sample rate (default: 16000)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Installing Voice Recorder (Whisper)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/defibax/mcp_serversFAQ
Is Voice Recorder (Whisper) MCP free?
Yes, Voice Recorder (Whisper) MCP is free — one-click install via Unyly at no cost.
Does Voice Recorder (Whisper) need an API key?
No, Voice Recorder (Whisper) runs without API keys or environment variables.
Is Voice Recorder (Whisper) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Voice Recorder (Whisper) in Claude Desktop, Claude Code or Cursor?
Open Voice Recorder (Whisper) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Voice Recorder (Whisper) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
