By SkyworkAICreated 15 days ago
starstarstarstarstar

Generate lyrics, songs, and background music with Mureka.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

Music GenerationAi LyricsSong CreationBackground Music

What is Mureka?

Mureka is an AI-powered music generation tool that allows users to create lyrics, songs, and background music. The official MCP server enables interaction with lyrics, song, and background music (BGM) generation APIs, integrating with clients like Claude Desktop and OpenAI Agents to enhance creative workflows.

How to use Mureka?

Quickstart with Claude Desktop

  1. Obtain an API key from Mureka.
  2. Install uv (Python package manager) using the provided script or from the uv repo.
  3. Configure claude_desktop_config.json by adding the Mureka MCP server details and your API key.
  4. Restart the Claude app and use one of the available MCP tools (e.g., "create a song" or "generate lyrics").

Quickstart with OpenAI Agents SDK

  1. Install the OpenAI Agents SDK (pip install openai-agents).
  2. Run an example script (e.g., openapi_agents_example/main.py) with your Mureka API key.
  3. Observe the music generation process in the console.

Key features of Mureka

  • Lyrics Generation: AI-assisted lyrics creation for any topic or theme.
  • Song Synthesis: Complete song generation from lyrics or themes.
  • Background Music (BGM): Custom BGM generation for various settings (e.g., coffee shops).
  • MCP Integration: Works with popular AI tools like Claude Desktop and OpenAI Agents.
  • Customizable Timeout: Adjust response timeout via environment variables.

Use cases of Mureka

  1. Personalized Songs: Create birthday songs, love ballads, or thematic compositions.
  2. Professional Content: Generate background music for videos, podcasts, or live streams.
  3. Creative Brainstorming: Use AI to generate lyrics or song ideas for artistic projects.
  4. AI Tool Enhancement: Integrate with other AI platforms to expand creative capabilities.

FAQ about Mureka

  • Are Mureka credits required?

    Yes, credits are needed for song and BGM generation. Obtain them via the Mureka platform.

  • Which AI clients are compatible?

    Mureka integrates with MCP clients like Claude Desktop and OpenAI Agents. Check the GitHub repo for updates.

  • Where are logs stored for troubleshooting?

    Logs are saved at:

    • Windows: %APPDATA%\Claude\logs\mcp-server-Mureka.log
    • macOS: ~/Library/Logs/Claude/mcp-server-Mureka.log
  • How to adjust generation timeout?

    Set TIME_OUT_SECONDS in claude_desktop_config.json (default: 60s).