Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_followed_artists

Retrieve a detailed list of artists you follow on Spotify to manage, organize, or export your music library. Access artist names, genres, follower counts, and catalogs for playlist creation or new release tracking.

Instructions

Retrieve the complete list of artists that the user actively follows on Spotify.

🎯 USE CASES: • Managing your followed artists collection • Creating playlists from your favorite artists only • Checking for new releases from followed artists • Organizing your music library by preferred artists • Exporting your music taste profile for other platforms

📝 WHAT IT RETURNS: • Complete list of artists you follow • Artist names, images, and genre information • Follower counts and popularity metrics • Follow date and relationship duration • Quick access to each artist's catalog

🔍 EXAMPLES: • "Show me all artists I follow" • "Get my followed artists, limit to 50" • "Who are the artists in my following list?" • "Export my followed artists for playlist creation"

💡 MANAGEMENT TIPS: • Regularly review to unfollow inactive artists • Use this list to check for new releases • Great for creating "favorites only" playlists • Perfect for music taste analysis and statistics

⚠️ REQUIREMENTS: • Valid Spotify access token with user-follow-read scope • User must have followed at least one artist

Input Schema

NameRequiredDescriptionDefault
limitNo
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "", "maximum": 50, "minimum": 1, "type": "number" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/latiftplgu/Spotify-OAuth-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server