AudD Music Recognition Connector for AI agents.
8 live capabilities
Identify songs, lyrics, and streaming links from audio URLs.
Waiting for input…
Why people use AudD Music Recognition
AudD Music Recognition for Faster Music Identification
With this Connector, your agent does the legwork. You just drop a link or a few words into your chat. The agent talks to AudD, finds the song, and gives you the metadata and streaming links in one go. You stay in your workspace while the agent handles the research.
What Vinkius changes
You get instant music identification and metadata 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
Identifying background music in a video
A creator gives the agent a link to a raw clip and asks what song is playing at the 2-minute mark.
- Real-world use case 02
Finding a song from a single line
A user remembers 'the song about a red door' and asks the agent to find the lyrics and streaming links.
- Real-world use case 03
Cataloging a music library
A researcher provides a list of audio URLs and asks the agent to extract the artist, album, and release date for each.
Complete set · 8capabilities
The complete AudD Music Recognition capability set.
These are the exact actions your AI can choose when you ask it to work with AudD Music Recognition.
01—04
4 capabilities in this set.
Part of 8 available through AudD Music Recognition.
- 01 Capability
Add monitored stream
Add an audio stream to monitor for music. This lets you keep an eye on a continuous feed for new tracks.
- 02 Capability
Get lyrics
Get full lyrics for a specific track. Use this when you need the complete text for a song you've identified.
- 03 Capability
List monitored streams
List all monitored audio streams. Use this to see which feeds your agent is currently tracking.
- 04 Capability
Recognize at time
Recognize music starting at a specific offset. This is perfect for finding a song deep inside a long audio file.
05—08
4 capabilities in this set.
Part of 8 available through AudD Music Recognition.
- 05 Capability
Recognize music
Recognize a song from an audio URL. It returns the artist, title, album, and streaming links.
- 06 Capability
Search lyrics
Search for song lyrics by text fragment. Use this to find a song when you only remember a few words.
- 07 Capability
Search music
Search for a song by text query. This lets your agent find tracks based on a description or partial title.
- 08 Capability
Set stream callback url
Set the webhook URL for stream monitoring results. This sends notifications to your own endpoint when music is detected.
Set up in minutes
One URL. Then ask AudD Music Recognition to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AudD Music Recognition 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_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AudD Music Recognition for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition URL.
- Step 03
Save and start
Save the connection and enable AudD Music Recognition in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"audd-music-recognition": {
"url": "https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition
Open Agent mode in chat and ask: "Using AudD Music Recognition, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"audd-music-recognition": {
"url": "https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition
Ask Copilot: "Using AudD Music Recognition, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"audd-music-recognition": {
"url": "https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition
Open Cascade and ask: "Using AudD Music Recognition, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"audd-music-recognition": {
"url": "https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition
Ask Cline: "Using AudD Music Recognition, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add audd-music-recognition --transport http "https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/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 AudD Music Recognition
Ask Claude: "Using AudD Music Recognition, show me...". 8 tools are ready
Where the request belongs
Work AudD can move forward.
This is for content creators, music researchers, and developers who need to automate music identification or metadata collection without manual searching.
Content Creator
Identifying background tracks in raw footage to ensure proper licensing and vibe matching.
Music Researcher
Cataloging huge datasets of music metadata for academic or commercial projects.
App Developer
Building custom music discovery features into their own software products using a reliable backend.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsACRCloud Music Recognition
Identify and explore music via ACRCloud. recognize songs from audio files and retrieve rich metadata.
AcoustID
Identify songs by audio fingerprint. like Shazam for developers. Search recordings by name, artist or MusicBrainz ID.
Genius
Search songs, get lyrics, annotations and artist info. the world's largest lyrics database.
Musixmatch
Largest music lyrics database. search tracks, retrieve lyrics, and identify artists via AI.
Audiomack Music
Explore and discover music via Audiomack. search for songs, albums, and trending artists directly from any AI agent.
Lyrics.ovh
Retrieve song lyrics and music suggestions instantly. Search by artist and title or explore suggestions for any search term.
Bring your own AI
Change the model, client or framework. Keep AudD 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 AudD.
The practical details behind the request, access and result.
Can AudD Music Recognition identify songs from web links?
Yes, it can identify music from publicly accessible audio URLs. Your agent will return the artist, title, and album info instantly.
How do I find lyrics if I only know a few words?
You can use the search feature to find songs using small text fragments. The agent will find the best matches and provide the lyrics.
Does this capability provide links to stream the music?
Yes, it retrieves direct URLs for major platforms like Spotify and Apple Music for any song it identifies.
Can I use it to find music in very long audio files?
You can specify a timestamp for the agent to start the recognition. This helps find specific tracks in long files without scanning the whole thing.
Is this good for research purposes?
It's great for researchers who need to pull metadata like release dates and labels from a large collection of audio files.
Can it monitor a stream for me?
You can add monitored streams to get results via a webhook. This is useful for automated tracking of specific audio feeds.
Can I identify a song just by providing a link to an MP3 file?
Yes! Use the recognize_music capability and provide the direct URL to the audio file. Your agent will identify the track and provide metadata and streaming links.
How do I find the lyrics for a song if I only know a few words?
You can use the search_lyrics capability with those words. Your agent will search AudD's database for matching lyrics and return the full text and song details.
Can I get direct links to open the song on Spotify or Apple Music?
Yes, when identifying a song or searching for one, you can request extra data that includes direct streaming links for various platforms.
One connection away
Give your agent a direct line to AudD.
Connect AudD once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available