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 toolsRead 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. 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… 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: indexes can shift when devices are added or removed, and names are not unique.
voice_query
from source