Skip to content
Gemini CLI

PostFader for Gemini CLI

io.github.synopsys0/postfader-fl-studio-mcp

FL Studio MCP server: 134 tools for mixing, MIDI, sound selection, production runs, and review.

client:Gemini CLI transport:stdio runtime:pypi

Install PostFader in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "postfader-fl-studio-mcp": {
      "command": "uvx",
      "args": [
        "postfader-fl-studio-mcp"
      ],
      "env": {
        "FL_BRIDGE_ENABLE_MIDI": "<FL_BRIDGE_ENABLE_MIDI>",
        "FL_BRIDGE_MIDI_PORT": "<FL_BRIDGE_MIDI_PORT>",
        "FL_STUDIO_USER_DATA_DIR": "<FL_STUDIO_USER_DATA_DIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PostFader in other clients