Flstudio MCP

Control FL Studio with Claude: AI mixing, composition, and mix diagnosis through natural language. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-03 · ★ 23 · #95 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Flstudio MCP

before you install - you'll need

Set FLSTUDIO_MCP_TRANSPORT before connecting.

Claude Code

claude mcp add rosasynthesiz-flstudio-mcp -- uvx fl-studio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rosasynthesiz-flstudio-mcp": {
      "command": "uvx",
      "args": [
        "fl-studio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package fl-studio-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.rosasynthesiz is GitHub-verified and matches the repo owner

03 · What Flstudio MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

These are properties of FL Studio's scripting API, stated plainly: - Plugins, audio files, and rendering are UI-only. FL's API cannot load a plugin, load an audio file, or render audio. The plugin and preset tools therefore suggest - you load the chosen plugin or preset, and Claude then configures it. Audio export is done manually (File > Export); Claude can analyze the rendered file afterward. - Note writing is arme

Latest releases

v1.0.0 · 2026-05-26

flstudio-mcp v1.0.0 - the first public release. · A Model Context Protocol server that lets Claude drive FL Studio 2025 through plain language: mixing, diagnosis, plugin control, composition, and audio analysis. Genre…

04 · Who maintains Flstudio MCP

flstudio-mcp is maintained by rosasynthesiz. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
media - ranked #95 of 155 actively-maintained media servers as of 2026-08-25.
registry
io.github.rosasynthesiz/flstudio-mcp (active, first published 2026-05-27)
packages
pypi:fl-studio-mcp

06 · Flstudio MCP FAQ

What is Flstudio MCP?

Control FL Studio with Claude: AI mixing, composition, and mix diagnosis through natural language. It runs locally over stdio via the published package.

Is Flstudio MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-03. We re-verify nightly.

How do I install Flstudio MCP?

Run `uvx fl-studio-mcp`. The README documents one environment variable (FLSTUDIO_MCP_TRANSPORT) to set first. Set FLSTUDIO_MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Flstudio MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Flstudio MCP

More media MCP servers · Runapi MCP · Pixelpanda MCP · Muapi · Replicate MCP Server · Image

More Python MCP servers · Filesift · x402 Discovery MCP · Orchestrator · Hermes Grocy MCP · wallabag MCP · see all