FL Studio MCP Bridge
Click on "Deploy 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., "@FL Studio MCP BridgeSet the BPM to 128 and play the current pattern"
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.
FL Studio MCP Bridge
Paquete para conectar un chat compatible con MCP a FL Studio en Windows.
Que incluye
mcp-server/fl_mcp_server.py: servidor MCP externo.fl-studio-hardware-script/device_MCPBridge.py: script MIDI que va dentro de FL Studio.mcp-server/fl_http_bridge.py: puente HTTP auxiliar/legacy incluido por compatibilidad.requirements.txt: dependencia Python principal.claude_desktop_config.example.json: ejemplo de configuracion MCP.
Related MCP server: flai-mcp
Requisitos
Windows.
FL Studio abierto.
Python 3.9 o superior.
loopMIDI instalado.
Dos puertos loopMIDI creados exactamente con estos nombres:
MCP BridgeMCP Notes
Instalacion
1. Instalar dependencias Python
Abre PowerShell en la carpeta mcp-server y ejecuta:
python -m pip install -r ..\requirements.txt2. Instalar el script MIDI en FL Studio
Copia:
fl-studio-hardware-script\device_MCPBridge.pya:
%USERPROFILE%\Documents\Image-Line\FL Studio\Settings\Hardware\MCP Bridge\device_MCPBridge.pySi la carpeta MCP Bridge no existe, creala.
3. Activar en FL Studio
En FL Studio:
Ve a
Options > MIDI Settings.En
Input, activa el puertoMCP Bridge.Asignale el script/controlador
MCP Bridge.Activa tambien
MCP Notescomo controlador generico, sin script.
Importante: MCP Bridge dispara CC119 para que FL lea fl_request.json; MCP Notes manda notas MIDI reales al Piano Roll.
4. Configurar el cliente MCP
Usa el archivo claude_desktop_config.example.json como base y cambia las rutas si hace falta.
Ejemplo:
{
"mcpServers": {
"fl-studio": {
"command": "C:\\Users\\TU_USUARIO\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
"args": ["C:\\ruta\\a\\fl-studio-mcp-bridge\\mcp-server\\fl_mcp_server.py"]
}
}
}Prueba rapida
Con FL Studio abierto y el script activo, pide al chat:
Prueba la conexion con FL Studio usando fl_status.Si todo esta bien, debe devolver BPM, estado de reproduccion, patron actual, cantidad de canales y mixer tracks.
Herramientas principales
fl_statusfl_get_bpmfl_set_bpmfl_list_channelsfl_list_mixerfl_list_patternsfl_add_notesfl_show_windowfl_playfl_stopfl_recordfl_rewind
Notas tecnicas
El IPC usa archivos JSON en:
%USERPROFILE%\Documents\Image-Line\FL Studio\Settings\Hardware\MCP Bridgefl_request.json: request del servidor MCP hacia FL.fl_response.json: respuesta de FL hacia el servidor MCP.CC119 por
MCP Bridgedespierta el script MIDI.MCP Notesse usa para grabar notas MIDI en el Piano Roll.PPQ usado por el bridge: 96 ticks por beat.
En este bridge, MIDI
60 = C5.
This server cannot be deployed
Maintenance
Related MCP Connectors
Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
MCP server for Producer/Riffusion AI music generation
Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables remote control and automation of FL Studio via the flapi Python client. It provides tools for managing transport, mixer tracks, pattern sequencing, and plugin parameters, allowing users to execute Python code directly within the FL Studio environment.2-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that connects AI assistants to FL Studio for music production via Virtual MIDI. It enables users to control transport, manage the mixer, write notes, and manipulate plugin parameters through natural language.1MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to control FL Studio on Windows through a local MCP server without cloud dependencies. Bridges MCP clients to FL Studio's Python scripting environment via file-based IPC for project management, transport control, and UI workflow automation.-
- AlicenseNot gradedqualityDmaintenanceEnables controlling FL Studio on macOS via MCP, including transport, mixer, channel, MIDI export, and Piano Roll note insertion.MIT