Lacuna Music
io.github.joylink-ltd/lacuna-mcpGenerate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Tools · 3
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.
Retrieve the current state of a music generation task by id. Status is `pending`, `ready`, or `failed`; audio URLs appear on `ready`.
List the music models available through the API, with their credit cost per task, tracks produced per task, and language coverage.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"lacuna_music": {
"url": "https://www.lacuna.fm/mcp",
"transport": "streamable-http"
}
}
}