Mood-Based Music & Quote MCP Server
Provides voice synthesis capabilities to generate audio responses using ElevenLabs text-to-speech API for mood-based interactions.
Enables LLM-powered mood classification and natural language processing for analyzing user messages.
Fetches curated playlists based on detected user mood using Spotify's API to provide personalized music recommendations.
Handles inbound and outbound WhatsApp/SMS messages through webhook integration, enabling message-based interactions with mood detection and playlist delivery.
Processes WhatsApp messages to detect user mood and respond with personalized playlists, quotes, and optional voice notes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mood-Based Music & Quote MCP ServerI'm feeling anxious today, can you suggest some calming music?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mood-Based Music & Quote MCP Server
An MCP-style server that reacts to WhatsApp/SMS messages: it classifies the user's mood, fetches a curated Spotify playlist, adds a motivational/funny quote, and can optionally deliver a voice note (ElevenLabs). Includes Twilio webhook for inbound WhatsApp and simple MCP endpoints for tool calls.
Quick start
Install deps
npm installCopy env template
cp config/env.example .envFill in Spotify client credentials, Twilio (for WhatsApp/SMS), and optional ElevenLabs + OpenAI.
Run dev server
npm run devRelated MCP server: Spotify MCP Server
Endpoints
GET /healthz– health checkGET /mcp/tools– list available toolsPOST /mcp/call– invoke a tool:{ "name": "run_mood_flow", "input": { "to": "whatsapp:+1...", "text": "I feel stressed", "includeVoice": false } }POST /webhooks/twilio– Twilio WhatsApp/SMS webhook; echoes back playlist + quote
Tools exposed
detect_moodget_playlistget_quotesynthesize_voice(if ElevenLabs configured)send_messagerun_mood_flow(end-to-end orchestration)
Notes
Voice replies require hosting the MP3 somewhere accessible; the current stub generates audio but does not upload it. Add an object-store upload to send
MediaUrlwith Twilio.Mood classification defaults to a keyword heuristic; plug in an LLM if desired.
MCP shape here is HTTP-based for simplicity; can be adapted to an MCP transport.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/t3ase/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server