PostFader runs on your own machine — the client starts it, so there is no endpoint to ping. 156 installs a week from pypi. Last commit 13 Sep 2026.
FL Studio MCP server: 134 tools for mixing, MIDI, sound selection, production runs, and review.
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
completed = subprocess.run(
self.path = os.path.join(self.root, filename)
environ=dict(os.environ),
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add postfader-fl-studio-mcp -- uvx postfader-fl-studio-mcp
{
"mcpServers": {
"postfader-fl-studio-mcp": {
"args": [
"postfader-fl-studio-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.postfader-fl-studio-mcp]
command = "uvx"
args = ["postfader-fl-studio-mcp"]
{
"mcpServers": {
"postfader-fl-studio-mcp": {
"args": [
"postfader-fl-studio-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"postfader-fl-studio-mcp": {
"args": [
"postfader-fl-studio-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FL_BRIDGE_ENABLE_MIDI (Set to 1 to build the MIDI SysEx transport. Without it the server cannot reach FL Studio.), FL_BRIDGE_MIDI_PORT (Exact virtual MIDI endpoint name shared with FL Studio. PostFader does not install or configure a virtual MIDI provider.), FL_STUDIO_USER_DATA_DIR (Absolute FL Studio user-data directory containing Settings/Hardware.).
The author declared them in the registry entry; get the values from the project itself.
Production-ready MCP server for Greenhouse with 175 tools for recruiting teams
Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.
QCAD MCP server - DXF/DWG floor plans to SVG preview + STL extrusion via MCP tools and REST API
MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation.
Answers built from our own checks of this server.