MCP Spotify Server

search

Search for specific tracks, albums, artists, or playlists on Spotify using customizable queries and result limits through the MCP Spotify Server's integration with the Spotify Web API.

Instructions

Search for tracks, albums, artists, or playlists

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results (1-50)
queryYesSearch query
typeYesType of item to search for

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of results (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" }, "type": { "description": "Type of item to search for", "enum": [ "track", "album", "artist", "playlist" ], "type": "string" } }, "required": [ "query", "type" ], "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/superseoworld/mcp-spotify'

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