Spotify MCP Server

by hrishi0102
Verified

set-spotify-credentials

Configure and store Spotify API credentials, including client ID, client secret, access token, and refresh token, to enable seamless integration with the Spotify MCP Server for music management and interaction.

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" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: ho9epeqejw