Skip to main content
Glama

Spotify MCP Server

by varunneal

SpotifySearch

Search for tracks, albums, artists, or playlists on Spotify directly through the MCP server. Specify query terms, item types, and result limits to find desired 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)

{ "description": "Search for tracks, albums, artists, or playlists on Spotify.", "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" ], "title": "Search", "type": "object" }

You must be authenticated.

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

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