Skip to main content
Glama

Fal.ai MCP Server

by raveenb

generate_music

Create music from text descriptions using AI models. Specify genre, mood, instruments, and duration to generate custom audio tracks.

Instructions

Generate music from text descriptions (uses queue API for long processing)

Input Schema

NameRequiredDescriptionDefault
duration_secondsNoDuration in seconds
modelNoMusic generation modelmusicgen
promptYesDescription of the music (genre, mood, instruments)

Input Schema (JSON Schema)

{ "properties": { "duration_seconds": { "default": 30, "description": "Duration in seconds", "maximum": 300, "minimum": 5, "type": "integer" }, "model": { "default": "musicgen", "description": "Music generation model", "enum": [ "musicgen", "musicgen_large" ], "type": "string" }, "prompt": { "description": "Description of the music (genre, mood, instruments)", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Fal.ai MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/raveenb/fal-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server