Flstudio
@veenastudio
关于 Flstudio
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"flstudio": {
"command": "PATH\\TO\\uv.exe",
"args": [
"--directory",
"PATH\\TO\\FOLDER\\WITH\\SERVER",
"run",
"trigger.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论