Audio MCP ServerServer

GongRzhe
GitHub
Audio ProcessingSpeech ProcessingLocal

Loading subscription status...

πŸ’‘ Description

This server provides audio input/output capabilities allowing AI assistants like Claude to interact with the computer's audio system, such as recording through microphones and playing sounds through speakers.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "audio-interface": {
        "env": {
          "PYTHONPATH": "/path/to/your/audio-mcp-server"
        },
        "args": [
          "/path/to/your/audio_server.py"
        ],
        "command": "/path/to/your/.venv/bin/python"
      }
    }
  ]
}

πŸ› οΈ Tools

List Audio DevicesRecord_AudioPlay Latest RecordingAudio Playback

⚑ Features

  • List available audio devices
  • Record audio from all microphones
  • Play back the most recent recording
  • Play audio files through speakers
  • Text-to-Speech conversion (placeholder for future implementation)

πŸ’¬ Example Queries

  • What microphones and speakers do I have on my system?
  • Record 5 seconds of audio from the microphone.
  • Play back the most recent audio recording.
  • Play an audio file from my computer.