Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by SkyworkAI • Media & Multimedia
An MCP server that lets MCP-capable agents generate lyrics, full songs, and background music using Mureka's music-generation APIs.
Generate original song lyrics programmatically for content creation or personalization.
Compose and request full songs (lyrics + audio) from a music-generation API and play or deliver the resulting audio to users.
Create background music tailored to a specific context (e.g., coffee shop ambiance) and stream or download MP3 outputs.
This repository provides the official Mureka Model Context Protocol (MCP) server to connect MCP clients (e.g., Claude Desktop, OpenAI Agents) to Mureka's lyrics, song and BGM generation APIs. It enables agents to request lyric generation, compose songs from lyrics, and produce instrumental background music, and supports playback/download of generated audio. The server requires a Mureka API key and credits to operate and exposes configuration options such as request timeouts to fit different client workflows.
Generate lyrics with a given prompt then return the title and lyrics text to the client directly. ⚠️ COST WARNING: This tool makes an API call to mureka.ai which may incur costs. Only use when explicitly requested by the user. Args: prompt (str): The prompt to generate lyrics for song Returns: The title and lyrics of song.
Generate song based on the lyrics text and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. ⚠️ COST WARNING: This tool makes an API call to mureka.ai which may incur costs. Only use when explicitly requested by the user. Args: lyrics (str): The lyrics to generate song prompt (str, optional): Control song generation by inputting a prompt.For example:r&b, slow, passionate, male vocal. output_directory (str, optional): Directory where files should be saved. Defaults to $HOME/Desktop if not provided. Returns: The output file and name of song generated.
Generate background music(instrumental) based on the prompt text and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. ⚠️ COST WARNING: This tool makes an API call to mureka.ai which may incur costs. Only use when explicitly requested by the user. Args: prompt (str, optional): Control music generation by inputting a prompt.For example:r&b, slow, passionate, male vocal. output_directory (str, optional): Directory where files should be saved. Defaults to $HOME/Desktop if not provided. Returns: The output file and name of background music(instrumental) generated.
Play an audio file. Supports WAV and MP3 formats.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.