Access rekordbox data to search tracks, manage playlists, and analyze DJ history.
This tool is presented as an open-source MCP server for rekordbox database management, with no required secrets and no declared remote endpoints; no clear high-risk red flags are evident from the provided materials. The main concerns are local code execution and access to local music/database data, which are standard capabilities for this class of tool, so caution rather than high risk is appropriate given the open-source MIT-licensed source.
The materials explicitly state that no keys or environment variables are required, and there is no indication of API tokens, account passwords, or other sensitive credentials being requested, so credential collection and abuse exposure appears low.
No remote endpoints or external service connections are declared; based on the provided materials, there is no factual indication that user data is sent to third parties. Note that the description alone cannot fully rule out implementation-level networking, but there is no concrete red flag at present.
System checks indicate that the tool can execute code; as an MCP server, it would typically run locally and perform database management operations. This implies local process execution and related system-call capability, but the materials do not show anomalous permission requests beyond its stated purpose.
Its stated features include real-time database access, track search, playlist operations, library analytics, and history retrieval, indicating access to the local rekordbox database and related media/metadata, potentially including writes such as playlist changes. This is consistent with the declared purpose, with no obvious sign of overbroad authorization, but it should still be treated as having meaningful access to local data.
There is a public GitHub repository under an MIT open-source license, making the source auditable in principle, which is a clear risk-reducing factor. However, it comes from a third-party registry, has 0 stars, and an unknown maintenance status, so supply-chain trust still warrants caution due to limited maturity and maintenance evidence.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "rekordbox-mcp" yet — see the docs or source repo.
Connect to the rekordbox database and find tracks with BPM between 124 and 128, genre house, and rating above 4 stars. List the latest 20 by added date.
A filtered track list with title, artist, BPM, rating, and added date.
Read my rekordbox playlists and add techno tracks added in the last 6 months to a playlist called '2024 Techno Picks'; create it if it does not exist.
The target playlist is created or updated, with a summary of added track names and counts.
Retrieve the last 10 DJ history sessions and summarize the 15 most-played tracks, common BPM ranges, and the duration of each set.
A performance history summary with frequent tracks, BPM distribution, and set duration stats.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Connect to major databases via MCP to run SQL queries and commands.
Connect LLM apps to query and manage multiple databases through one tool.
Query and manage multiple databases with read-only access and schema inspection.
An open-source MCP server for querying, managing, and automating database workflows.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.