Skip to main content
Glama

Spotify MCP Server

by hrishi0102

set-spotify-credentials

Configure Spotify authentication credentials (Client ID, Client Secret, Access Token, Refresh Token) for the Spotify MCP Server to enable user account interactions.

Input Schema

NameRequiredDescriptionDefault
accessTokenYesThe Spotify Access Token
clientIdYesThe Spotify Client ID
clientSecretYesThe Spotify Client Secret
refreshTokenYesThe Spotify Refresh Token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "The Spotify Access Token", "type": "string" }, "clientId": { "description": "The Spotify Client ID", "type": "string" }, "clientSecret": { "description": "The Spotify Client Secret", "type": "string" }, "refreshToken": { "description": "The Spotify Refresh Token", "type": "string" } }, "required": [ "clientId", "clientSecret", "accessToken", "refreshToken" ], "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/hrishi0102/spotify-mcp'

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