fl-mcp
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-mcpset tempo to 128 BPM and play"
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-mcp
Local MCP server for FL Studio 2026 on macOS. Requires Node 22+.
Setup
git clone https://github.com/ae5n/fl-mcp.git
cd fl-mcp
npm install
npm run setupOn macOS, open Audio MIDI Setup → Window → Show MIDI Studio → IAC Driver,
enable Device is online, and ensure Bus 1 and Bus 2 exist.
Then open FL Studio → Options → MIDI settings:
Bus 1output: Port11Bus 2output: enable, Port10Bus 1input: selectfl-mcp, enable, Port10Bus 2input: disable
Add the config printed by setup, or register the server with your client:
# Claude Code
claude mcp add fl-mcp -- node /absolute/path/to/fl-mcp/dist/mcp/main.js
# Codex
codex mcp add fl-mcp -- node /absolute/path/to/fl-mcp/dist/mcp/main.jsIn System Settings → Privacy & Security → Accessibility, allow the app that launches fl-mcp (Codex, Claude, or Terminal), then restart that app.
Open the target Piano Roll and run Tools → Scripts → fl-mcp bridge once. Keep that Piano Roll open for exact note operations.
Related MCP server: flai-mcp
Tools
Area | MCP tools | Operations |
Session |
| Capabilities and stale-write revision |
Project |
| Project context and tempo |
Transport |
| Play, stop, record, and seek |
Channels |
| Routing, levels, pan, mute, and selection |
Patterns |
| List and select patterns |
Mixer |
| Levels, pan, mute, and names |
Playlist |
| Read track names |
Plugins |
| List, search, read, and set parameters |
Automation |
| Send resolved parameter events |
Piano Roll |
| Page, add, edit, delete, or replace notes and markers |
Requests are typed and serialized; tools cannot execute arbitrary Python or FL event IDs. Mutations use stale-state checks and readback.
Automation storage requires FL to record Notes and automation; the first record command may open FL's recording prompt. Playlist tracks are read-only; FL does not expose Automation Clip or Playlist clip CRUD.
Transport
MCP stdio → user-only local socket → resident companion
├─ SysEx → FL controller
└─ atomic files → Piano Roll bridgeThe companion owns the MIDI ports and serializes writes. Piano Roll exchange stays inside FL's script directory and does not use the clipboard.
Development
npm run build
npm test
npm run typecheckAfter changing source code, run npm run build and restart Codex or Claude.
Run npm run setup instead when a script under fl/ changes.
License: MIT
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
- 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.Last updated2
- 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.Last updated1MIT
- 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.Last updated
- AlicenseBqualityBmaintenanceA local MCP server that bridges Logic Pro MIDI data via an AUv3 plugin, enabling reading, creating, and manipulating MIDI regions and tracks through tools like read_logic_track and create_midi_region.Last updated8MIT
Related MCP Connectors
MCP server for Producer/Riffusion AI music generation
Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/ae5n/fl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server