Audio Player MCP ServerServer

Here-and-Tomorrow-LLC
GitHub
Audio ProcessingApp AutomationLocal Only

Loading subscription status...

💡 Description

An MCP server that allows users to control audio playback on their computer. It supports MP3, WAV, and OGG audio files and includes features for listing audio files, stopping playback, and securely accessing files with directory isolation.

📝 JSON Entries

{
  "mcpServers": [
    {
      "audio-player": {
        "env": {
          "AUDIO_PLAYER_DIR": "/path/to/your/audio/files"
        },
        "args": [
          "/path/to/your/audio-player-mcp/src/audio_player_mcp/player.py"
        ],
        "command": "/path/to/your/venv/bin/python"
      }
    }
  ]
}

🛠️ Tools

Python

Features

  • Plays MP3, WAV, and OGG audio files.
  • Lists available audio files in the music directory.
  • Stops audio playback.
  • Provides secure file access with directory isolation.

💬 Example Queries

  • What audio files do I have?
  • Play song.mp3.
  • Stop the music.