Skip to content
Cursor

FL Studio MCP Mac for Cursor

io.github.purahmanian/flstudio-mcp-mac

macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.

client:Cursor transport:stdio runtime:pypi

Install FL Studio MCP Mac in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flstudio-mcp-mac": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flstudio-mcp-mac"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FL Studio MCP Mac in other clients