MCP-server

MCP-server

3.1

If you are the rightful owner of MCP-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Spotify MCP Server (Express.js) allows AI assistants to interact with Spotify's API for music-related tasks.

The Spotify MCP Server is an implementation of the Model Context Protocol (MCP) using Express.js, designed to facilitate interaction between AI assistants and Spotify's API. It provides a range of endpoints that allow for searching tracks, retrieving artist information, and managing playlists. The server requires a Spotify Developer account and appropriate credentials to function. It supports user authentication and can access personalized user data, such as top tracks and playlists, once authenticated. The server is designed to be secure, using environment variables to manage sensitive information like client IDs and secrets.

Features

  • Search for tracks, artists, or albums using the Spotify API.
  • Retrieve detailed information about specific artists, tracks, and playlists.
  • Manage user authentication and access personalized Spotify data.
  • Refresh user access tokens to maintain session validity.
  • Secure handling of sensitive credentials using environment variables.