Suno Music nodes
Tools for generating music and lyrics via Suno. These nodes are also served as MCP tools on the sunomusic MCP server. Back to the full node reference.
Suno Create Lyrics
sunomusic_create_lyrics · natural-language configurable · read-only · 1 credit on Cloud
Generate song lyrics using Suno.
Credential: Suno Music (API key)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | ✓ | Prompt describing the lyrics to generate. |
Output
Returns a list of records — reference fields downstream as $<node>.text.
| Field | Type | Description |
|---|---|---|
text | string | Generated lyrics text. |
Suno Create Music
sunomusic_create_music · natural-language configurable · read-only · 2 credits on Cloud
Generate a music track using Suno.
Credential: Suno Music (API key)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
customMode | boolean | ✓ | Whether to enable Suno custom mode. Default: false. |
instrumental | boolean | ✓ | Whether the generated track should be instrumental only. Default: false. |
model | enum | ✓ | Suno model version used for music generation. One of: V5_5, V5, V4_5ALL, V4_5PLUS, V4_5, V4. Default: V5. |
negativeTags | string | ✓ | Tags to exclude from the generated track. Default: blacklisted. |
prompt | string | ✓ | Prompt describing the music to generate. |
style | string | Musical style or genre for the generated track. Default: pop. | |
title | string | Title for the generated music track. Default: via BlockNext. |
Output
Returns a list of records — reference fields downstream as $<node>.audio.
| Field | Type | Description |
|---|---|---|
audio | string | URL of the generated audio track. |
image | string | URL of the generated cover image. |