n8n-nodes-mureka
v1.0.1
Published
Mureka connector (n8n node)
Maintainers
Readme
n8n-nodes-mureka
This is an n8n community node. It lets you use Mureka AI music generation services in your n8n workflows.
Mureka is an AI-powered platform that enables users to generate music, lyrics, instrumentals, and text-to-speech content through advanced artificial intelligence models.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Use the npm package name: n8n-nodes-mureka
Operations
This node supports the following resources and operations:
Lyrics
- Generate: Create lyrics based on a prompt (style, theme, genre)
- Extend: Add sentences to existing lyrics
Song
- Generate: Create complete songs with lyrics and music
- Query: Check the status of a music generation task
- Stem extract: Extract individual stems from existing music
Instrumental
- Generate: Create instrumental music based on prompts or reference tracks
- Query: Check the status of an instrumental generation task
Text To Speech
- Create speech: Generate audio from text using various voice options
- Create podcast: Transform two-voice scripts into podcast-style audio
Others
- Billing informations: Get account billing details and usage information
Credentials
To use this node, you need to authenticate with the Mureka API:
- Sign up for a Mureka account at Mureka AI
- Get your API key from your Mureka dashboard
- Create credentials in n8n:
- Go to Credentials in your n8n instance
- Create new Mureka API credentials
- Enter your API key
The node uses the credential name murekaApi for authentication.
Compatibility
- Minimum n8n version: 0.198.0
- Tested with: n8n v1.0+
- Node version: 1.0
Usage
Basic Workflow Examples
Generate Lyrics:
- Set Resource to "Lyrics"
- Set Operation to "Generate"
- Enter a prompt like: "Love ballad / pop, emotional, female vocal"
Create a Complete Song:
- Set Resource to "Song"
- Set Operation to "Generate"
- Enter your lyrics in the designated field
- Choose your model (Auto or Mureka 6)
- Optionally add a style prompt
Generate Instrumental:
- Set Resource to "Instrumental"
- Set Operation to "Generate"
- Either provide a prompt OR reference an existing instrumental ID
- Select your preferred model
Text-to-Speech:
- Set Resource to "Text To Speech"
- Set Operation to "Create speech"
- Enter your text
- Choose from available voices (Ethan, Victoria, Jake, Luna, Emma)
Important Notes
- Async Operations: Song and instrumental generation are asynchronous. Use the "Query" operations to check task status.
- Model Selection: Choose between "Auto" and "Mureka 6" models for different quality/speed tradeoffs.
- Voice Options: For TTS, you can use either predefined voice names or custom voice IDs.
- Prompt Guidelines: Be specific with style, genre, and mood in your prompts for better results.
Advanced Features
Reference-based Generation:
- Use
reference_id,vocal_id, ormelody_idfor songs based on existing content - Cannot combine prompts with reference IDs
Podcast Creation:
- Structure conversations as JSON array with text and voice pairs
- Supports multi-voice podcast generation
Resources
Author: Daniel Cordier
Contact: [email protected]
License: MIT
Created: 2025-07-14
