Musixmatch Connector for AI agents.
21 live capabilities
Pull lyrics, music charts, and artist metadata into your workflow.
Waiting for input…
Why people use Musixmatch
Musixmatch for Accurate Music Metadata and Lyrics
With this Connector, you just tell your agent what you need. It pulls the metadata, lyrics, and chart positions into a clean format. You get exactly what you asked for without the tab-switching or manual cleanup.
What Vinkius changes
You get instant, structured music data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a song from a remembered line
A user asks for a song with the lyrics 'is this the real life' and the agent identifies Queen's Bohemian Rhapsody using match_lyrics.
- Real-world use case 02
Creating a global trend report
A marketing analyst asks for the top 5 tracks in the UK to see current hits using get_chart_tracks.
- Real-world use case 03
Building a music app
A developer uses get_album and get_artist to populate a new media player with accurate metadata.
Complete set · 21capabilities
The complete Musixmatch capability set.
These are the exact actions your AI can choose when you ask it to work with Musixmatch.
01—04
4 capabilities in this set.
Part of 21 available through Musixmatch.
- 01 Capability
Get chart artists
Get a list of the top artists in a specific country. This helps you identify trending talent in different regions.
- 02 Capability
Get chart tracks
Get a list of the top tracks in a specific country. You can use this to see what's currently popular on the charts.
- 03 Capability
Get album
Get the metadata for a specific music album. This provides essential details like release date and genre.
- 04 Capability
Get artist albums
Get the full album list for a specific artist. This is perfect for mapping out a complete discography.
05—08
4 capabilities in this set.
Part of 21 available through Musixmatch.
- 05 Capability
Get artist
Get the metadata and details for a specific artist. This helps you gather core information about any musician.
- 06 Capability
Get lyrics translation
Get the translation for a track's lyrics. This allows you to make music accessible to a wider audience.
- 07 Capability
Get music genres
Get the official list of music genres. Use this to categorize your music data accurately.
- 08 Capability
Get subtitle translation
Get the translation for synchronized track subtitles. This is helpful for international video content.
09—12
4 capabilities in this set.
Part of 21 available through Musixmatch.
- 09 Capability
Get track lyrics
Get the full lyrics for a specific track. This provides the complete text for any song in the database.
- 10 Capability
Get track richsync
Get the word-by-word synchronized lyrics for a track. This is ideal for creating high-quality karaoke or lyric videos.
- 11 Capability
Get track snippet
Get a short excerpt of a track's lyrics. Use this to quickly identify a song from a few remembered words.
- 12 Capability
Get track subtitle
Get the synchronized lyrics in LRC format for a track. This provides time-coded text for perfect synchronization.
13—15
3 capabilities in this set.
Part of 21 available through Musixmatch.
- 13 Capability
Match lyrics
Find a track and its lyrics in a single request. This saves you from having to search for the song and lyrics separately.
- 14 Capability
Post work
Submit or update publishing data for a musical work. This lets you manage and update work information.
- 15 Capability
Post work validity
Submit the validity end date for a work. Use this to manage the active dates of musical works.
16—18
3 capabilities in this set.
Part of 21 available through Musixmatch.
- 16 Capability
Search artists
Search for an artist in the Musixmatch database. This helps you find any musician in the global catalog.
- 17 Capability
Get album tracks
Get a list of all tracks included in a specific album. Use this to see the full tracklist for any record.
- 18 Capability
Get track
Get the metadata for a specific track using its ID. This is the fastest way to get details for a known song.
19—21
3 capabilities in this set.
Part of 21 available through Musixmatch.
- 19 Capability
Match subtitle
Find a track and its subtitles in a single request. This gets you time-coded lyrics without extra steps.
- 20 Capability
Search tracks
Search for a track in the Musixmatch database. This is your primary way to find songs by title or artist.
- 21 Capability
Match track
Find a track and its metadata in a single request. This provides all the key details for a song instantly.
Set up in minutes
One URL. Then ask Musixmatch to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Musixmatch from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Musixmatch, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Musixmatch for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Musixmatch URL.
- Step 03
Save and start
Save the connection and enable Musixmatch in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"musixmatch-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Musixmatch
Open Agent mode in chat and ask: "Using Musixmatch, help me...". 21 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"musixmatch-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Musixmatch
Ask Copilot: "Using Musixmatch, help me...". 21 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"musixmatch-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Musixmatch
Open Cascade and ask: "Using Musixmatch, help me...". 21 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"musixmatch-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Musixmatch
Ask Cline: "Using Musixmatch, help me...". 21 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add musixmatch-alternative --transport http "https://edge.vinkius.com/vk_preview_9zis2xJo6ovutGFKeFQzSR3viBusy3lfqjlCmgYz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Musixmatch
Ask Claude: "Using Musixmatch, show me...". 21 tools are ready
Where the request belongs
Work Musixmatch can move forward.
Music developers, content creators, and data-driven musicologists who need high-quality lyrics and charts without scraping websites.
Music App Developer
Integrates lyrics and metadata into a new streaming platform or media player.
Content Creator
Finds specific song snippets and lyrics for social media videos or captions.
Data Analyst
Pulls global music trends to see what's popular in different regions for reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMusixmatch
Largest music lyrics database. search tracks, retrieve lyrics, and identify artists via AI.
Genius
Search songs, get lyrics, annotations and artist info. the world's largest lyrics database.
Lyrics.ovh
Retrieve song lyrics and music suggestions instantly. Search by artist and title or explore suggestions for any search term.
AudD Music Recognition
Universal music recognition. identify songs from URLs, search lyrics, and find streaming links via AI.
Audiomack Music
Explore and discover music via Audiomack. search for songs, albums, and trending artists directly from any AI agent.
Last.fm
Manage your music profile. audit listening habits, top tracks, and artists via AI.
Bring your own AI
Change the model, client or framework. Keep Musixmatch connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Musixmatch.
The practical details behind the request, access and result.
Can I use Musixmatch MCP to find songs from just a few words?
Yes, you can use it to identify tracks based on specific phrases. Your agent will search the database and return the song title and artist.
Does Musixmatch MCP provide synchronized lyrics?
Yes, it pulls subtitles in LRC format. This is great for syncing lyrics to videos or other media projects.
Can I get music charts for different countries?
You can pull the top artists and tracks for any specific country. It's a great way to see what's trending globally.
Is the data from Musixmatch MCP accurate?
It connects to one of the largest lyrics databases in the world, ensuring you get high-quality metadata and lyrics.
Can I get translations for lyrics?
Yes, the Connector can fetch translations for tracks, making it useful for international music projects.
How do I get artist discographies?
You can ask your agent to list all albums for a specific artist or get the tracks for a specific album.
Can I search for a song if I only remember a few words from the lyrics?
Yes! You can use the search_tracks capability and provide the lyrics snippet in the q_lyrics parameter. The AI will return the most relevant song matches.
How do I get synchronized lyrics for a karaoke application?
Use the get_track_subtitle capability. It provides time-coded lyrics in formats like LRC, which are perfect for displaying lyrics in sync with the music.
Is it possible to see which artists are currently trending in a specific country?
Absolutely. Use the get_chart_artists capability and specify the country code (e.g., 'US', 'BR', 'FR') to get a list of the top-performing artists in that region.
One connection away
Give your agent a direct line to Musixmatch.
Connect Musixmatch once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available