FL Studio MCP Bridge
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., "@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: flemcee
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 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
- Alicense-qualityBmaintenanceEnables AI assistants to control FL Studio through MIDI communication, providing transport control, mixer adjustments, channel rack manipulation, plugin parameter automation, and piano roll note editing capabilities.91MIT
- Flicense-qualityCmaintenanceAn 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
- Alicense-qualityDmaintenanceAn 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
- Alicense-quality-maintenanceEnables 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.
Related MCP Connectors
Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
MCP server for Producer/Riffusion AI music generation
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
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/chidotaku/fl-studio-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server