# Musixmatch MCP for AI Agents AI Agent Connect

> Musixmatch. The largest music lyrics database for your AI agent. Search for tracks, grab full lyrics, and get deep artist metadata instantly. It's built for finding song snippets or auditing discographies without the manual search.

## Overview
- **Category:** audio-music
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mzIzZlwaYR1REXcxYZlcxGdCneaReEQ1cTJ4PUpC/ai-agent-connect
- **Tags:** lyrics, music-data, track-metadata, artist-profiles, song-search

## Description

Imagine you're trying to find every song a specific indie artist has released in the last five years, or you need to grab the exact wording of a bridge in a pop hit for a video project. Usually, that means opening a dozen tabs, scrolling through messy websites, and copying text by hand. This Connector changes that by giving your AI agent a direct line to the Musixmatch library. Instead of you doing the heavy lifting, your agent can just pull the data. You can ask it to find a song based on a single line of lyrics, grab the full text for a whole album, or see what's trending on the charts in different countries. It turns your AI into a music researcher that knows the details of millions of tracks. You'll find it's a lot faster to just ask your agent to get the discography for an artist than to do it yourself. It's one of the many ways Vinkius makes it easy to plug specialized knowledge into your daily workflow.

## Tools

### get_track_snippet
Grab a short segment of lyrics to identify a song. Use this when you only know a few words.

### get_track_details
Get metadata like release date and genre for a track. This provides context for any specific song.

### match_track_lyrics
Compare lyrics against a specific track and artist. This helps verify that the lyrics match the correct song.

### search_artists
Find specific artists using names or other identifiers. This is your starting point for artist research.

### search_tracks
Search for music tracks by name or keyword. Use this to quickly find any song in the database.

### get_top_tracks
Retrieve the current top tracks chart for a specific country. This helps you see what's trending globally.

### get_artist_albums
Get a full list of albums for a specific artist. This helps you see an entire body of work at once.

### get_artist_details
Pull metadata like bio and stats for any artist. Use this to build detailed artist profiles.

### get_track_lyrics
Fetch the complete lyrics for a specific song. This is useful for finding the exact wording of a track.

## Prompt Examples

**Prompt:** 
```
Can you find the lyrics to 'Stayin' Alive' by the Bee Gees?
```

**Response:** 
```
I've found the lyrics for "Stayin' Alive" by the Bee Gees. Here is the first section:

**Stayin' Alive**


Well, you can tell by the way I use my walk
I'm a man, I'm a man, I can tell by the way I talk
I'm a braggadocio, see it in my face
I'm a man, you can tell by the way I move my face

Would you like me to show you the rest of the song?
```

**Prompt:** 
```
What albums has Kendrick Lamar released?
```

**Response:** 
```
Here are the albums in Kendrick Lamar's discography:

| Album Title | Release Year |
| :--- | :--- |
| Section.80 | 2011 |
| good kid, m.A.A.d city | 2012 |
|TP Isabel | 2015 |
| DAMN.| | 2017 |
|Mr. Morale & The Big Steppers | 2022 |

Shall I pull more details on any of these?
```

**Prompt:** 
```
What are the top songs in Canada right now?
```

**Response:** 
```
Here are the current top tracks in Canada:

1. **Espresso** - Sabrina Carpenter
2. **Birds of a Feather** - Billie Eilish
3. **Fortnight** - Taylor Swift ft. Post Malone
4. **Good Luck, Babe!** - Chappell Roan
5. **Whoop** - various artists

Let me know if you want to see the full chart or details on a specific track.
```

## Capabilities

### Search for music tracks
Find songs by name, artist, or specific lyric keywords.

### Pull full song lyrics
Fetch complete lyrics for millions of songs across all genres and languages.

### Get artist metadata
Retrieve detailed artist profiles and complete discographies.

### Identify songs from snippets
Quickly find a track using just a short line of lyrics.

### Check top tracks charts
Access current top tracks for any country to see what's trending.

### Audit discographies
List all albums for a specific artist to explore their entire body of work.

## Use Cases

### Syncing lyrics for a video
A YouTuber needs to find the lyrics for a specific bridge in a song to sync with a video. They ask the agent to get the lyrics and it pulls them from Musixmatch.

### Researching a band's history
A music blogger wants to know every album a 90s rock band released. The agent uses get_artist_albums to list them all.

### Checking regional trends
An event planner needs to know what's popular in the UK right now. The agent pulls the get_top_tracks for the UK.

### Analyzing song structures
A songwriter wants to see how a certain artist structures their lyrics. The agent fetches several tracks using get_track_lyrics for comparison.

## Benefits

- Skip the manual search by using search_tracks to find any song in seconds.
- Get full lyrics for any genre or language with get_track_lyrics for your projects.
- Build complete artist profiles using get_artist_details and get_artist_albums.
- Identify obscure tracks from just a few words using get_track_snippet.
- Stay ahead of trends by pulling regional charts with get_top_tracks.
- Verify song data accurately by using match_track_lyrics to sync lyrics to tracks.

## How It Works

The bottom line is your AI agent becomes an instant music database for any query you throw at it.

1. Subscribe to the Musixmatch MCP on Vinkius.
2. Enter your Musixmatch API Key in your client settings.
3. Ask your AI agent to find lyrics, artists, or charts in plain English.

## Frequently Asked Questions

**Can Musixmatch MCP find lyrics for non-English songs?**
Yes, it pulls from a global database that includes lyrics for millions of songs across many different languages.

**How does Musixmatch MCP help with music research?**
It allows your agent to instantly pull artist bios, release dates, and full discographies without you having to browse multiple sites.

**Can I use Musixmatch MCP to see what's trending?**
Yes, you can ask your agent to pull the current top tracks chart for any country to see what's popular right now.

**Is Musixmatch MCP good for finding songs from snippets?**
Yes, it has a tool specifically for identifying a track based on a short line of lyrics if you don't know the song title.

**Does Musixmatch MCP provide artist metadata?**
It provides a wealth of metadata, including artist details, genre information, and complete album listings for your research.

**Can I search for a song using only a few words from the lyrics?**
Yes! Use the `search_tracks` tool and provide the words in the `q_lyrics` parameter. Your agent will find all tracks that contain those specific lyrics.

**How do I get the full discography for a specific artist?**
First, find the artist's unique ID using `search_artists`. Then, use the `get_artist_albums` tool with that ID to retrieve the list of all their recorded albums.

**Is it possible to see which songs are currently trending in my country?**
Absolutely. Use the `get_top_tracks` tool and provide your country code (e.g., 'us', 'br', 'fr'). Your agent will return the current top tracks chart for that location.