Connect AI assistants like Claude to your Raygum account to search music, manage playlists, and get personalized recommendations.
The Model Context Protocol (MCP) is an open standard that allows AI assistants to securely connect to external services. Raygum's MCP server lets you use natural language to interact with your music library through AI tools like Claude Desktop.
Go to Settings → API Tokens and create a new token. Give it a memorable name like "Claude Desktop". Copy the token immediately - you won't be able to see it again.
Open your Claude Desktop configuration file and add the Raygum MCP server:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"raygum": {
"url": "https://mcp.raygum.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}After saving the configuration, restart Claude Desktop. You should see Raygum listed as an available MCP server.
Try asking Claude things like:
Search for albums, EPs, and singles by title or artist
Search for artists by name
Search for tracks by title or artist
Get full details for a release including tracklist and genres
Get artist biography, genres, and discography
Find releases similar to a given album
Get recommended releases, optionally filtered by genre
Create a new playlist on your Raygum account
Add tracks to one of your playlists
List all playlists on your account
To ensure fair usage, the MCP server has the following rate limits per user:
| Operation | Limit |
|---|---|
| Search operations | 100 per minute |
| Entity retrieval | 200 per minute |
| Recommendations | 30 per minute |
| Playlist modifications | 20 per minute |
Having trouble setting up the MCP server? Send us feedback and we'll help you get connected.