npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-mureka

v1.0.1

Published

Mureka connector (n8n node)

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:

  1. Sign up for a Mureka account at Mureka AI
  2. Get your API key from your Mureka dashboard
  3. 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:

  1. Set Resource to "Lyrics"
  2. Set Operation to "Generate"
  3. Enter a prompt like: "Love ballad / pop, emotional, female vocal"

Create a Complete Song:

  1. Set Resource to "Song"
  2. Set Operation to "Generate"
  3. Enter your lyrics in the designated field
  4. Choose your model (Auto or Mureka 6)
  5. Optionally add a style prompt

Generate Instrumental:

  1. Set Resource to "Instrumental"
  2. Set Operation to "Generate"
  3. Either provide a prompt OR reference an existing instrumental ID
  4. Select your preferred model

Text-to-Speech:

  1. Set Resource to "Text To Speech"
  2. Set Operation to "Create speech"
  3. Enter your text
  4. 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, or melody_id for 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