MCPServers
Audio Interface - MCP server logo

Audio Interface

2
0

Summary

The Audio MCP Server provides audio input/output capabilities for AI assistants like Claude, enabling them to interact with computer audio systems. Built with Python using sounddevice and soundfile libraries, it offers tools to list audio devices, record from microphones, play recordings, and handle audio files. The implementation includes features for device selection, customizable recording parameters, and temporary file management for audio storage. This server is particularly useful for voice interaction workflows, audio analysis, and creating more accessible AI experiences through spoken communication.

Available Actions(5)

list_audio_devices

Lists all available audio input and output devices on your system.

record_audio

Records audio from your microphone. Parameters: duration (seconds, default: 5), sample_rate (Hz, default: 44100), channels (number, default: 1), device_index (specific input device index, default: system default).

play_latest_recording

Plays back the most recently recorded audio.

play_audio

Placeholder for text-to-speech functionality. Parameters: text (the text to convert to speech), voice (the voice to use, default: 'default').

play_audio_file

Plays an audio file through your speakers. Parameters: file_path (path to the audio file), device_index (specific output device index, default: system default).

Last Updated: May 17, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그