Audio Player MCP Server enables Claude to control audio playback on your computer through a secure, directory-isolated interface. Built with Python using the FastMCP framework and pygame for audio handling, it provides tools to play MP3, WAV, and OGG files, list available audio in a designated directory, and stop playback. The implementation includes safety features like stdout redirection and path validation to prevent unauthorized file access, making it ideal for users who want to integrate audio controls directly into their Claude conversations without leaving the interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
List available audio files in your music directory.
Play an audio file. Parameters: filename (string) - the name of the audio file to play.
Stop the current audio playback.