audio-player-mcp.md

Audio Player MCP

UI App
from"here-and-tomorrow-llc"
520

Control audio playback on your computer with play, pause, and list capabilities

Media
audioplayerMP3WAV
install.sh
# Clone the repository
$git clone https://github.com/here-and-tomorrow-llc/audio-player-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve