Jamendo Connector for AI agents.
25 live capabilities
Find and stream independent music for your content and projects.
Waiting for input…
Why people use Jamendo
Jamendo for Finding Royalty-Free Tracks
This Connector changes the game by letting you describe exactly what you need in plain English. Your AI client handles the heavy lifting by querying the Jamendo catalog for specific tags, speeds, and artist locations. You get a curated list of options instantly, moving you from searching to creating in seconds.
What Vinkius changes
You get a direct line to an independent music library through a simple 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 background music for a video edit
A content creator asks their agent to find high-speed instrumental rock with a 'dark' tag.
- Real-world use case 02
Researching local independent artists
A music researcher wants to find indie artists in Paris.
- Real-world use case 03
Building a themed music playlist
A user likes a specific track and asks for more like it.
Complete set · 25capabilities
The complete Jamendo capability set.
These are the exact actions your AI can choose when you ask it to work with Jamendo.
01—04
4 capabilities in this set.
Part of 25 available through Jamendo.
- 01 Capability
Get album tracks
Retrieve tracks belonging to specific albums. This is great for seeing a full release at once.
- 02 Capability
Autocomplete search
Get prefix-based search results for tracks, albums, artists, and tags. It helps refine your search as you type.
- 03 Capability
Get playlist tracks
Retrieve tracks within a specific playlist. This is great for seeing every song in a curated collection.
- 04 Capability
Search playlists
Search and filter public or user playlists. Use this to find new collections of music from other users.
05—08
4 capabilities in this set.
Part of 25 available through Jamendo.
- 05 Capability
List radios
List all available Jamendo radio stations. Use this to browse different live streaming options.
- 06 Capability
Set user fan
Become a fan of an artist using your OAuth2 access token. This tracks the musicians you enjoy most.
- 07 Capability
Set user favorite
Add a track to your favorites using your OAuth2 access token. This keeps your best finds organized in one place.
- 08 Capability
Set user like
Like a track using your OAuth2 access token. This helps the system understand your musical taste.
09—12
4 capabilities in this set.
Part of 25 available through Jamendo.
- 09 Capability
Set user playlist
Create or update a user playlist using your OAuth2 access token. This lets you build your own custom collections.
- 10 Capability
Get similar tracks
Find tracks similar to a given track ID. Use this to find music with a consistent style and tempo.
- 11 Capability
Get track reviews
Browse and filter community track reviews. This gives you a sense of public opinion on specific songs.
- 12 Capability
Search tracks
Search and filter the Jamendo track catalog. This is the primary way to find specific music by tag or mood.
13—16
4 capabilities in this set.
Part of 25 available through Jamendo.
- 13 Capability
Get user albums
Retrieve albums a user has interacted with. This helps you revisit music you have listened to before.
- 14 Capability
Get user artists
Retrieve artists a user has interacted with. This makes it easy to find more music from your favorite creators.
- 15 Capability
Get user tracks
Retrieve tracks a user has interacted with. This provides a history of your music interactions.
- 16 Capability
Get users
Lookup user profile information. This is useful for finding other community members on the platform.
17—19
3 capabilities in this set.
Part of 25 available through Jamendo.
- 17 Capability
Get feeds
Get editorial content and news from the Jamendo homepage. Stay updated on what is trending in independent music.
- 18 Capability
Search albums
Search and filter albums in the Jamendo catalog. Use this to find complete musical works.
- 19 Capability
Get artist albums
Retrieve albums for specific artists. This is the best way to see a full discography for a musician.
20—22
3 capabilities in this set.
Part of 25 available through Jamendo.
- 20 Capability
Get artist locations
Filter artists by geographical location. Use this to discover local independent talent from specific cities.
- 21 Capability
Get artist tracks
Retrieve a list of tracks for specific artists. This helps you see an artist's full discography quickly.
- 22 Capability
Search artists
Search and filter artists in the catalog. Use this to find musicians by genre or style.
23—25
3 capabilities in this set.
Part of 25 available through Jamendo.
- 23 Capability
Get radio stream
Get the stream URL and now playing info for a radio station. This lets your agent provide live audio links.
- 24 Capability
Set user dislike
Dislike a track using your OAuth2 access token. This helps your agent learn your personal music preferences.
- 25 Capability
Get album reviews
Browse and filter community album reviews. This helps you decide if an album is worth your time.
Set up in minutes
One URL. Then ask Jamendo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Jamendo 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_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Jamendo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo URL.
- Step 03
Save and start
Save the connection and enable Jamendo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jamendo": {
"url": "https://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo
Open Agent mode in chat and ask: "Using Jamendo, help me...". 25 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jamendo": {
"url": "https://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo
Ask Copilot: "Using Jamendo, help me...". 25 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jamendo": {
"url": "https://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo
Open Cascade and ask: "Using Jamendo, help me...". 25 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jamendo": {
"url": "https://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo
Ask Cline: "Using Jamendo, help me...". 25 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jamendo --transport http "https://edge.vinkius.com/vk_preview_TkCy0YV22H5tbWcvucwtg6yVDxqUuZNVbcEag3Hl/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 Jamendo
Ask Claude: "Using Jamendo, show me...". 25 tools are ready
Where the request belongs
Work Jamendo can move forward.
This is for content creators who need copyright-safe music quickly, developers building audio-centric apps, and music lovers who want to find new independent talent without the manual search.
Content Creator
Finds the perfect high-speed instrumental rock track for a new video edit in seconds.
Software Developer
Integrates music discovery metadata into a custom application or coding environment.
Music Curator
Builds and organizes themed playlists of independent artists from around the world.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAudiomack
Stream and discover music via Audiomack. search tracks, manage playlists, and follow artists directly from your AI agent.
Deezer
Search music, browse artists, albums and playlists, and explore charts via AI.
Audiomack Music
Explore and discover music via Audiomack. search for songs, albums, and trending artists directly from any AI agent.
7digital
Search music catalog. find artists, albums, tracks with previews and purchase options worldwide.
Bandcamp
Discover independent music. search artists, albums and tracks, browse new releases and best sellers.
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 Jamendo 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 Jamendo.
The practical details behind the request, access and result.
Can I use the Jamendo MCP to find music for my YouTube videos?
Yes, you can use it to find independent and royalty-free music from the Jamendo catalog. Your agent can filter by genre, mood, and tempo to help you find the right background tracks for your content.
Does the Jamendo MCP include mainstream hits like pop music?
No, Jamendo focuses on independent music. This Connector is designed for discovering indie artists, underground talent, and royalty-free tracks rather than major label commercial hits.
How do I find music from a specific country using Jamendo MCP?
You can simply ask your agent to find artists from a specific city or country. The Connector will filter the catalog to show you local independent talent from those locations.
Can I save my favorite songs to a list using this Connector?
Yes, the Connector allows you to like tracks, become a fan of artists, and save your favorite songs to personal playlists directly through your AI client.
Is the Jamendo MCP good for finding specific tempos like high or low speed?
Yes, one of the best features is the ability to filter by speed. You can ask your agent for high, medium, or low-speed tracks to fit the specific energy of your project.
Can my AI agent play live radio stations through Jamendo?
Yes, your agent can list available radio stations and provide you with the stream URL and current playing information for live listening.
Can I search for music based on specific moods or technical attributes like speed?
Yes! Use the search_tracks capability with parameters like tags for mood and speed (high, medium, low) to filter the catalog exactly how you need.
How do I find artists from a specific city or country?
You can use the get_artist_locations capability. Simply provide the location_country (code) or location_city to see a list of artists from that area.
Is it possible to get recommendations based on a track I like?
Absolutely. Use the get_similar_tracks capability with the ID of the track you like, and the agent will return a list of musically similar tracks from the Jamendo library.
One connection away
Give your agent a direct line to Jamendo.
Connect Jamendo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available