Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Lacuna Music

io.github.joylink-ltd/lacuna-mcp

Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.

Uptime
100.0%
1 direct probes · 30d
Response
466ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

generate_music

Create an AI music generation task on Lacuna. Returns immediately with a `pending` task; poll `get_generation` to retrieve the finished tracks and their audio URLs.

get_generation

Retrieve the current state of a music generation task by id. Status is `pending`, `ready`, or `failed`; audio URLs appear on `ready`.

list_models

List the music models available through the API, with their credit cost per task, tracks produced per task, and language coverage.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lacuna_music": {
      "url": "https://www.lacuna.fm/mcp",
      "transport": "streamable-http"
    }
  }
}