Flstudio
@veenastudio
About Flstudio
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flstudio": {
"command": "PATH\\TO\\uv.exe",
"args": [
"--directory",
"PATH\\TO\\FOLDER\\WITH\\SERVER",
"run",
"trigger.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Flstudio?
Flstudio is an MCP server that connects Claude (an AI assistant) to FL Studio, enabling Claude to generate and send MIDI data to FL Studio via virtual MIDI ports. It uses a custom MIDI controller script (device_test.py) and a Python server (trigger.py) to communicate.
How to use Flstudio?
Download the server files, place the Test Controller folder in FL Studio's Hardware settings directory, configure Claude Desktop with the trigger.py as an MCP server, install LoopMIDI (Windows) or use auto-setup (Mac), create a virtual MIDI port, set FL Studio's MIDI input to that port with controller type "Test Controller", install required Python packages (httpx, mido, python-rtmidi, etc.) via uv pip install, and then tell Claude to get available MIDI ports. After verifying the connection, Claude can send notes to the active FL Studio instrument.
Key features of Flstudio
- Connects Claude AI to FL Studio via MCP.
- Uses virtual MIDI ports for real-time communication.
- Live records MIDI notes to the piano roll of the selected instrument.
- Encodes note data in multiple 7-bit MIDI messages.
- Open‑source, community‑driven development on Discord.
Use cases of Flstudio
- Composing melodies, chords, and drum patterns using natural language prompts.
- Generating MIDI sequences and sending them directly to FL Studio.
- Experimenting with AI‑assisted music production without manual MIDI programming.
FAQ from Flstudio
What does the Flstudio MCP server do?
It allows Claude (or any MCP client) to send MIDI notes, velocity, length, and position data to FL Studio, which then live records them to the active instrument's piano roll.
What dependencies are required to run Flstudio?
On Windows you need LoopMIDI (for virtual MIDI ports) and Python packages: httpx, mido, python-rtmidi, typing, fastmcp, and FL-Studio-API-Stubs. You also need uv and a conda environment.
Where does the MIDI data live?
Data is sent as real‑time MIDI messages through a virtual port. No persistent storage is used; notes are directly recorded into FL Studio.
What known limitations does Flstudio have?
MIDI communication is limited to 7‑bit values (0–127), so note positions and lengths must be encoded across multiple MIDI messages. The server relies on FL Studio's controller API, which may restrict deeper DAW integration.
How is the Flstudio server connected to Claude?
You set up the trigger.py file as an MCP server in your Claude Desktop configuration (claude_desktop_config.json) following the standard MCP quickstart guide.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments