# Genius MCP for AI Agents AI Agent Connect

> Genius MCP lets you pull lyrics, community annotations, and artist metadata directly into your AI client. It pulls from the world's largest lyrics database so you can stop digging through tabs to find specific meanings or tracklists.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2fTSCX8XO4cZ6fvFswiEssmrC3ZjIdXdOZczmjMI/ai-agent-connect
- **Tags:** lyrics, music-metadata, annotations, song-search, artist-info, natural-language

## Description

This Connector connects your AI client to the Genius database, letting it pull deep metadata like producer credits, release dates, and community-driven explanations of wordplay. Imagine you're trying to write a blog post about a specific artist's lyrical evolution. Instead of opening twenty different tabs to find out who produced a track or what a specific line actually means, you just ask your agent. It takes the manual labor out of music research and puts the data right where you're already working. Since Vinkius hosts this Connector, you can get it running in minutes and have your agent ready to dig up everything from full tracklists to the "why" behind a famous verse. It's a huge time saver for anyone who needs to move quickly from a vague idea to hard facts about a song. It handles the heavy lifting of searching through millions of entries so you can focus on the actual writing or analysis.

## Tools

### get_song
Returns the full title, artist, album, lyrics, and producer info. Use this for the complete data on a single track.

### get_album
Returns the album name, artist, cover art, and track list. Use this to see every song on a specific record.

### get_annotation
Returns the full explanation text for a specific lyric fragment. Use this to understand deep wordplay.

### get_artist
Returns the artist name, IQ score, profile image, and Genius URL. Use this for high-level artist data.

### get_artist_songs
Returns a list of all songs by a specific artist with pageview counts. Use this to see an artist's most popular work.

### get_song_annotations
Returns community-written explanations for specific parts of a song. Use this to see what the lyrics actually mean.

### search_songs
Searches for songs by title, lyrics, or artist names. Use this as your first step to find a specific track.

## Prompt Examples

**Prompt:** 
```
Who produced 'Flowers' by Miley Cyrus and what's the release date?
```

**Response:** 
```
### Song Details: **Flowers**
- **Artist:** Miley Cyrus
- **Release Date:** January 20, 2023
- **Producers:** Greg Kurstin, Benny Blanco
- **Album:** Flowers (Single)

*Note: The track was produced primarily by Greg Kurstin and Benny Blanco.*
```

**Prompt:** 
```
Search for 'Bohemian Rhapsody' and show me the annotations for the Scaramouche part.
```

**Response:** 
```
### Annotations for 'Scaramouche, Scaramouche, will you do the Fandango'

**Explanation:** This line references the *commedia dell'arte* character Scaramouche. It also alludes to the Fandango, a traditional Spanish dance.

- **Upvotes:** 500+
- **Author:** Community Member
- **Context:** This is one of the most famous multi-part sections of the song.
```

**Prompt:** 
```
List all songs by Drake and tell me which one has the most pageviews.
```

**Response:** 
```
### Artist Catalog: **Drake**

Here are some of the top songs by Drake:

| Song Title | Pageviews |
| :--- | :--- |
| **God's Plan** | 15M+ |
| **Laughing to Allure** | 12M+ |
| **Hotline Bling** | 10M+ |

*Note: This is a paginated list; let me know if you want to see more.*
```

## Capabilities

### Find specific songs
Search millions of songs by title, lyrics, artist name, or any other keyword.

### Pull full lyrics
Get complete song lyrics in plain text format for any track in the database.

### Retrieve community annotations
Get explanations of wordplay, references, and meanings written by the Genius community.

### Fetch artist profiles
Get artist names, IQ scores, profile images, and official Genius page URLs.

### Get album tracklists
Pull full album details including the complete list of tracks and artist info.

## Use Cases

### Writing a music blog
A writer needs to know who produced an album and what the lyrics mean. They ask the agent to pull the tracklist and annotations for the top three songs.

### Fact-checking a podcast
A host wants to verify the release date and producer for a hit song. They ask the agent to get the song details to confirm the facts.

### Analyzing an artist's catalog
A researcher wants to see which of an artist's songs have the most pageviews. They ask the agent to list all songs by that artist.

### Finding hidden meanings
A fan hears a confusing line in a song and asks the agent to find the community explanation for that specific lyric fragment.

## Benefits

- Stop manual searching with `search_songs` to find exactly what you need instantly.
- Get deep context with `get_song_annotations` to understand wordplay without extra tabs.
- Save time on research by pulling full tracklists using `get_album` in one go.
- Verify production credits and release dates using `get_song` without leaving your app.
- Build artist profiles faster by pulling IQ scores and images with `get_artist`.

## How It Works

The bottom line is you get instant access to the world's largest lyrics database without ever leaving your chat window.

1. Subscribe to the Genius MCP on the Vinkius Marketplace.
2. Enter your free Genius Access Token into your AI client settings.
3. Ask your agent to find lyrics, artist info, or song annotations.

## Frequently Asked Questions

**Can the Genius MCP find lyrics for any song?**
Yes, it can search the world's largest lyrics database to find lyrics for millions of songs by title, artist, or even specific fragments of the lyrics themselves.

**Does the Genius MCP include community explanations?**
Yes, it pulls community-written annotations that explain wordplay, cultural references, and the deeper meanings behind specific lines in a song.

**How do I get my Genius API key for this Connector?**
You can get a free access token by visiting the official Genius developer page at genius.com/api-clients.

**Can I use the Genius MCP to find artist IQ scores?**
Yes, the Connector pulls artist profiles which include their Genius IQ score, profile images, and official page URLs.

**Can the Genius MCP find album tracklists?**
Yes, it can retrieve full album details including the complete tracklist, artist information, and release dates.

**Is the Genius MCP good for music research?**
It is excellent for research because it provides verified production credits, release dates, and deep-dive community explanations all in one place.

**How do I get a Genius access token?**
Register at [**genius.com/api-clients**](https://genius.com/api-clients) and create an API client. You'll get an access token immediately. It's free.

**Can I get full lyrics for songs?**
Yes! The get_song endpoint returns full lyrics in plain text and HTML formats. Annotations provide explanations of specific lyric fragments.

**What are annotations?**
Annotations are community-written explanations of specific lyric fragments. They explain references, wordplay, cultural context, biographical details and the meaning behind the lyrics. Each annotation has vote counts showing community approval.