Back to Nodes

Musixmatch

v0.2.4
Last updated Mar 17, 2026

n8n node for Musixmatch API

10 Weekly Downloads
69 Monthly Downloads

Included Nodes

Musixmatch

Description

n8n-nodes-musixmatch

Musixmatch Logo

![npm version](https://www.npmjs.com/package/@musixmatch/n8n-nodes-musixmatch)
![npm downloads](https://www.npmjs.com/package/@musixmatch/n8n-nodes-musixmatch)
![License: MIT](https://opensource.org/licenses/MIT)
![GitHub issues](https://github.com/musixmatchdev/n8n-nodes-musixmatch/issues)

This is an n8n community node that lets you use Musixmatch in your n8n workflows.

Musixmatch is the world’s largest lyrics catalog, providing access to millions of songs’ lyrics, translations, subtitles, and music metadata. This node enables you to integrate Musixmatch’s powerful API into your automation workflows.

n8n is a fair-code licensed workflow automation platform.

Table of Contents

  • Installation
  • Operations
  • Credentials
  • Compatibility
  • Usage
  • Resources
  • Installation

    Follow the installation guide in the n8n community nodes documentation.

    Community Node Installation

    1. Go to Settings > Community Nodes in your n8n instance
    2. Select Install
    3. Enter n8n-nodes-musixmatch in Enter npm package name
    4. Agree to the risks of using community nodes
    5. Select Install

    After installing the node, you can use it like any other node in your workflows.

    Operations

    The Musixmatch node currently supports the following operations:

    Catalog Resource

  • Chart Tracks Get: Retrieve the top charting tracks from a specific country
  • Track Get: Get track information by Musixmatch Track ID
  • Track Lyrics Get: Retrieve lyrics for a specific track
  • Track Lyrics Translation Get: Get translated lyrics for a track in a specified language
  • Track Subtitle Get: Retrieve subtitles (time-synced lyrics) for a track
  • Matcher Track Get: Search and match a track by artist and track name
  • Available Operations Details

    #### Chart Tracks Get

    Retrieve trending and top charting tracks from Musixmatch charts. You can filter by country and chart type (e.g., top, hot, mxmweekly).

    #### Track Get

    Fetch detailed information about a specific track using its Musixmatch Track ID, including metadata like artist name, album, release date, and more.

    #### Track Lyrics Get

    Access the lyrics of any track in the Musixmatch catalog by providing the Track ID.

    #### Track Lyrics Translation Get

    Get translated versions of lyrics in multiple languages. Perfect for multilingual applications and global audiences.

    #### Track Subtitle Get

    Retrieve time-synced subtitles (lyrics with timestamps) for karaoke applications, music players, or synchronized displays.

    #### Matcher Track Get

    Search for a track by providing the artist name and track title. This operation returns the best matching track from the Musixmatch database.

    Credentials

    To use this node, you need a Musixmatch API key.

    Getting Your API Key

    1. Visit n8n community nodes documentation

  • n8n Documentation

Support

For issues, questions, or contributions, please visit the GitHub repository.

This is a community node and is not officially maintained by n8n. For official support, please contact Musixmatch directly.