musicolet-mcp
Allows processing and updating listening metrics from Musicolet backup files that are synchronized via Syncthing, by monitoring a Syncthing drop folder for new backups.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@musicolet-mcpExtract metrics from my latest Musicolet backup and build a dashboard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
musicolet-mcp
Local tools for extracting listening metrics from Musicolet backup files, building a static dashboard, and exposing the same workflow through an optional MCP server.
This project is designed for power users who want their own music listening analytics without sending their library or listening history to a hosted service.
Features
Decode Musicolet backup ZIP files that contain encrypted app data.
Extract song, play-count, recent listening, artist, album, month, week, and year metrics.
Generate CSV files plus
summary.json.Build a static, local HTML dashboard.
Run as a CLI or optional MCP server for agent workflows.
Related MCP server: mcp-tautulli
Quick Start
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e ".[dev,mcp]"
musicolet-mcp extract C:\path\to\musicolet_backup.zip --out-dir outputs\latest
musicolet-mcp dashboard outputs\latest --out outputs\latest\dashboard.htmlOpen outputs\latest\dashboard.html in a browser.
For a recurring Syncthing or USB drop folder:
musicolet-mcp update-latest data\incoming --out-dir outputs\latestMCP Server
musicolet-mcp-serverTools exposed by the server:
extract_musicolet_metricsbuild_musicolet_dashboardread_musicolet_summaryupdate_from_latest_musicolet_backup
Background
The extraction logic is based on local inspection of Musicolet backups. Backup internals are not an official public API and may change. The project aims to fail gracefully if a future Musicolet version changes its schema.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for rekordbox DJ database access. Provides read-only querying of tracks, playlists, and DJ session history from encrypted rekordbox SQLite databases using pyrekordbox.Last updated2583PythonMIT
- AlicenseAqualityAmaintenanceA single file simple MCP server tracking 11 relevant tautulli metrics.Last updated165MIT
- AlicenseAqualityAmaintenanceLocal-first dashboard + MCP server that parses Claude Code and Codex JSONL files into a SQLite cost / token tracker. Per-MCP and per-tool breakdown, session drill-down, dedup by request_id; never talks to vendor APIsLast updated5801MIT
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server for Last.fm. Gives AI assistants access to your listening history, music discovery, and detailed track/artist/album information.Last updated43MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jtbrennan-git/musicolet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server