mcpbeat Sign in

Flstudio MCP Server

by rosasynthesiz Your server? Claim it
local only

Flstudio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi. Last commit 3 Jul 2026.

Control FL Studio with Claude: in-DAW mixing, diagnosis, routing, and composition.

Installs per day peak 23 · avg 10 · -7% w/w
a month agotoday
67
Installs / week
pypi · fl-studio-mcp
49
Stars
1 open issues
3 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Flstudio MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flstudio-mcp -- uvx fl-studio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flstudio-mcp": {
      "args": [
        "fl-studio-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flstudio-mcp]
command = "uvx"
args = ["fl-studio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "flstudio-mcp": {
      "args": [
        "fl-studio-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flstudio-mcp": {
      "args": [
        "fl-studio-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Flstudio MCP

same job, measured the same way
Oss Autopilot
by costajohnt

Open source contribution manager with PR tracking, issue discovery, and CI diagnosis

284 installs/wk local only
Inav MCP
by starlordz12

MCP server for iNAV flight-controller configuration and diagnostics

84 installs/wk local only
MCP Audio Studio
by mario-andreschak

A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.

38 installs/wk local only
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

244 installs/wk local only
Kafka Dataops MCP
by aguantar

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

76 installs/wk local only
Claudexor
by razzant

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.

1 245 installs/wk local only
Stompy – AI Memory for Claude & MCP Agents
by stompy

Persistent AI memory with semantic search, conflict detection, and ticketing.

answering
BugCatcher
by fdiosc

Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf.

21 installs/wk local only

Flstudio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Flstudio MCP?
Flstudio MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fl-studio-mcp was installed 67 times last week.
How do I connect Flstudio MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fl-studio-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Flstudio MCP?
The pypi package fl-studio-mcp was installed 67 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flstudio MCP open source?
Yes — it is published under the MIT licence, written in Python, 49 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.