Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_categories

Retrieve a structured list of Spotify's music categories, including genres, moods, activities, and demographics, to build organized browsing interfaces, recommendation systems, and systematic music discovery experiences.

Instructions

Explore all available music categories that Spotify uses to organize and classify playlists and content.

🎯 USE CASES: • Build category-based music browsing interfaces • Discover music genres and style classifications • Create organized music discovery experiences • Research music categorization and taxonomy • Build genre-specific playlist recommendation systems

📝 WHAT IT RETURNS: • Complete list of Spotify's music categories • Category names, descriptions, and representative icons • Genre classifications and style groupings • Category popularity and playlist counts • Links to explore category-specific content

🔍 EXAMPLES: • "Show me all music categories on Spotify" • "Get browse categories for music discovery" • "What genres and categories are available?" • "List all music classification categories"

🗂️ CATEGORY TYPES: • Genre categories: Rock, Pop, Hip-Hop, Electronic, etc. • Mood categories: Chill, Party, Focus, Sleep, etc. • Activity categories: Workout, Commute, Gaming, etc. • Demographic categories: Kids, Decades, Regional, etc. • Special categories: New Releases, Charts, Discover, etc.

💡 ORGANIZATION BENEFITS: • Systematic approach to music discovery • Clear classification for different musical styles • Perfect for building browsing interfaces • Helps users navigate vast music catalogs • Professional categorization system

🎯 USE IN APPLICATIONS: • Create category-based navigation menus • Build genre-specific recommendation engines • Organize music content systematically • Provide structured music discovery experiences

⚠️ REQUIREMENTS: • Valid Spotify access token • Categories reflect current Spotify organization

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code for localized content (e.g., 'US', 'GB')
limitNo
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "Country code for localized content (e.g., 'US', 'GB')", "type": "string" }, "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