Skip to content
Cursor

flstudio mcp for Cursor

io.github.rosasynthesiz/flstudio-mcp

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

client:Cursor transport:stdio runtime:pypi

Install flstudio mcp in Cursor

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

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

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

flstudio mcp in other clients