Back to Apps

Music Chore
by komdosh
Precision tool for organizing, normalizing, and auditing local music libraries.
0 stars
Works in:Gemini CLI
Exposes:Tools
What it does
Provides AI agents with the ability to scan and organize local music libraries. It extracts metadata from a wide variety of audio formats (FLAC, MP3, WAV, etc.), detects duplicates, and normalizes genres and titles to maintain a clean library structure.
Tools
scan_directory: Recursively discover music files in a path.read_file_metadata: Extract deep metadata from audio files.normalize: Standardize titles and genres across the library.find_duplicates: Detect duplicate audio files using SHA256 hashing.get_library_tree: Generate a hierarchical view of the music library.
Installation
{
"mcpServers": {
"music-chore": {
"command": "musicctl-mcp",
"env": {
"MUSIC_LIBRARY_PATH": "/path/to/music"
}
}
}
}
Supported hosts
- Claude Desktop
- Gemini CLI
- Qwen
Quick install
curl -fsSL https://github.com/Komdosh/music-chore/releases/latest/download/install_mcp.sh | bashInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Run `gemini mcp add -e MUSIC_LIBRARY_PATH="/path/to/music" music-chore musicctl-mcp`Claude Desktop
Run `claude mcp add -e MUSIC_LIBRARY_PATH="/path/to/music" music-chore -- musicctl-mcp`





