Skip to main content
Glama

Spotify MCP Server

by boristopalov

SpotifySearch

Search for tracks, albums, artists, or playlists on Spotify using specific search terms and filters to find music content.

Instructions

Search for tracks, albums, artists, or playlists on Spotify.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of items to return
qtypeNoType of items to search for (track, album, artist, playlist, or comma-separated combination)track
queryYesquery term

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Maximum number of items to return", "title": "Limit" }, "qtype": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "track", "description": "Type of items to search for (track, album, artist, playlist, or comma-separated combination)", "title": "Qtype" }, "query": { "description": "query term", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Spotify MCP Server

Related Tools

    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/boristopalov/spotify-mcp'

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