MCP.so
Sign In

Emotion Playlist MCP

@dldnlee

About Emotion Playlist MCP

An MCP Server that makes spotify playlists based on your emotions

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

dldnlee

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "emotion_playlist_mcp": {
      "command": "uv",
      "args": [
        "init"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Emotion Playlist MCP?

Emotion Playlist MCP is an MCP-based tool that generates Spotify playlists based on the user's emotional state. It uses the Brave Search MCP Server and the Spotify MCP Server to find songs and create playlists automatically.

How to use Emotion Playlist MCP?

Clone the repository, set up a Python virtual environment, configure Spotify and Brave API keys in a .env file, generate Spotify auth tokens with python3 orchestrator/tools/spotify_auth.py, then install the MCP server by running mcp install main.py --name EmotionPlaylistMCP.

Key features of Emotion Playlist MCP

  • Accepts natural language input about your mood.
  • Refines the emotion into a detailed search phrase.
  • Searches Brave for song ideas based on the refined emotion.
  • Creates Spotify playlists automatically using those ideas.

Use cases of Emotion Playlist MCP

  • Generate a playlist based on a natural language description of your mood.
  • Automatically create playlists for different emotional states throughout the day.
  • Discover new songs related to how you feel.

FAQ from Emotion Playlist MCP

Does Emotion Playlist MCP require a Spotify Premium account?

Yes, the README explicitly states a Spotify Premium Account is required.

What API keys are needed?

You need a Spotify Client ID, Client Secret, Redirect URI, and a Brave

Comments

More Other MCP servers