How to Use the AudD Music Recognition MCP in Claude Code
Pipe audio URLs and lyric queries through Claude Code for headless music identification.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AudD Music Recognition MCP to Claude Code
Create your Vinkius account to connect AudD Music Recognition to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Music Recognition
The `recognize_music` tool processes audio URLs and returns structured JSON containing artist, title, and streaming platform links. You run a terminal command, and your agent hits the API to identify the MP3 file. You don't even need to leave your shell. Processing large podcast archives requires targeted extraction. Claude Code triggers `recognize_at_time` to identify background music at specific timestamps, allowing you to script automated copyright checks across hundreds of files in your CI/CD pipeline.
Query Lyrics via Claude Code
The `search_lyrics` tool takes a text string and returns the matching song metadata. You pipe a text file into your CLI agent, and it queries the MCP Server to find the track details associated with those words. Grabbing the full text requires the `get_lyrics` endpoint. Your terminal agent pulls the complete song verses and outputs them directly to standard out or writes them to a local file in your repository.
Manage Audio Streams
The `add_monitored_stream` tool registers live broadcast URLs for continuous track detection. You instruct your agent to start watching a server feed, and it initiates the monitoring process entirely from the command line. Routing those detection events requires `set_stream_callback_url`. Claude Code configures your webhook destination, then executes `list_monitored_streams` to output a formatted table of all active audio feeds currently running on the service.
Set up AudD Music Recognition MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeaudd-music-recognition-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AudD Music Recognition transactions." It will automatically discover and invoke the available AudD Music Recognition tools.
claude mcp add --transport http audd-music-recognition-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AudD Music Recognition MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AudD Music Recognition MCP today
We host it, we monitor it, we maintain it. You just paste one token.