Mureka-mcp
Verified Safeby kritsxxxiva-sudo
Overview
The Mureka Model Context Protocol (MCP) server enables AI clients to generate lyrics, songs, and background music using Mureka's APIs.
Installation
uvx mureka-mcpEnvironment Variables
- MUREKA_API_KEY
- MUREKA_API_URL
- TIME_OUT_SECONDS
- MUREKA_MCP_BASE_PATH
Security Notes
The server retrieves API keys from environment variables, which is good practice. It uses standard HTTP libraries for external API calls. File system operations are present for saving generated audio, with checks for directory writeability and defaulting to the user's Desktop. However, if a malicious MCP client or agent were to provide crafted `output_directory` inputs, there's a theoretical risk of writing files to unintended locations, especially if `MUREKA_MCP_BASE_PATH` is configured in a less restrictive manner by the user. The `is_file_writeable` check mitigates some risks by preventing writes to unwritable system paths, but it does not prevent overwriting existing user-writable files.
Similar Servers
spotify-mcp-server
Enables AI assistants to control Spotify playback and manage playlists via the Model Context Protocol (MCP).
comfyui-mcp-server
The server enables AI agents to generate and iteratively refine images, audio, and video using a local ComfyUI instance through the Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
discogs-mcp-server
MCP Server for the Discogs API, enabling music catalog operations, search functionality, and more.