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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.