mcpserver.lol
registry/mcp-listen
Connection check local install

mcp-listen

Give your AI agents the ability to listen. Microphone capture and speech-to-text.

Tools 3
GitHub stars 8
Installs / wk
Licence Apache-2.0
Transport stdio
Last checked never

Tools & capabilities

3 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

capture_audio from source
Record audio from the microphone for a specified duration, or until the speaker stops talking with stop_on_silence, and save as a WAV file. Returns the file path and metadata.
list_audio_devices from source
List available audio input devices (microphones) on this machine. Each device has a numeric index, a human-readable name, and a stable id. Prefer the id when selecting a device: in…
voice_query from source
Record audio from the microphone, transcribe speech to text using local whisper.cpp, send the transcription to a local Ollama LLM, and return the response. Recording stops automati…