Rekordbox Performer
Enables safety-first live control of Rekordbox over a virtual MIDI port, with armed transitions, dry-run preview, and emergency stop.
README
Rekordbox Performer
Safety-first live Rekordbox control over a dedicated virtual MIDI port.
[!WARNING] This is an experimental prototype for supervised performance. Keep a physical controller available and test mappings with channel faders down.
Signal path
MCP client → transition scheduler → loopMIDI → Rekordbox MIDI Learn
The DDJ-FLX4 remains connected as the Hardware Unlock device and manual control surface. This server does not modify the Rekordbox database or process audio.
Requirements
- Windows with Rekordbox 7 in Performance mode
- Python 3.12 or newer
- A virtual MIDI port such as loopMIDI
- A Rekordbox-compatible controller for Hardware Unlock when required
Install
py -3.12 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e .
Setup
- Install and start loopMIDI.
- Create a port named
Codex Rekordbox Performerand enable loopMIDI autostart. - Open Rekordbox 7 in Performance mode with the FLX4 connected.
- Open Preferences → Controller → MIDI and select the virtual port.
- Import
mapping/Codex-Rekordbox-Performer.midi.csv. The fallbackmapping/rekordbox-midi-learn.csvcan be used for manual MIDI Learn. - Keep channel faders down and decks stopped during mapping.
- Register
rekordbox-performeras a stdio MCP server in your MCP client. - Call
list_midi_outputs,connect_midi, andcontrol_status. - Preview a transition, arm control, then perform it.
The dedicated mapping does not replace the DDJ-FLX4 factory mapping.
Safety model
- Live messages are rejected until control is armed.
- Arming expires automatically after at most 30 minutes.
- Transition plans default to dry-run preview.
- All scheduled events run against a local monotonic clock.
- Emergency stop cancels pending automation and disarms without moving controls.
- The physical FLX4 remains the manual override.
Do not move a physical FLX4 continuous control while automation is moving the same software control; mismatched hardware positions can cause value jumps.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.