Labsco
Here-and-Tomorrow-LLC logo

Audio Player

โ˜… 8

from Here-and-Tomorrow-LLC

An MCP server for controlling local audio file playback.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Audio Player MCP Server

A Model Context Protocol (MCP) server that allows Claude to control audio playback on your computer.

Features

  • Play MP3, WAV, and OGG audio files.
  • List available audio files in your music directory.
  • Stop audio playback.
  • Secure file access with directory isolation.

Development

  1. Clone the repository:

    git clone https://github.com/yourusername/audio-player-mcp.git
  2. Navigate to the repository directory:

    cd audio-player-mcp
  3. Install development dependencies:

    pip install -e ".[dev]"
  4. Run the MCP server in development mode:

    mcp dev src/audio_player_mcp/player.py