Lacuna MCP
@JOYLINK-LTD
About Lacuna MCP
Model Context Protocol server for the Lacuna Music API — generate AI music from Claude Desktop, Claude Code, Cursor, Zed, and other MCP-compatible clients.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lacuna": {
"command": "npx",
"args": [
"-y",
"lacuna-mcp"
],
"env": {
"LACUNA_API_KEY": "lyr_live_..."
}
}
}
}Tools
3Create a music generation task. Returns a `pending` task immediately.
Retrieve the current state of a generation task by id.
Poll a task until it reaches a terminal state (`ready` or `failed`) or the timeout elapses.
Overview
What is Lacuna MCP?
Lacuna MCP is a Model Context Protocol server that integrates with the Lacuna Music API. It enables MCP-compatible clients (Claude Desktop, Claude Code, Cursor, Zed, Continue, etc.) to generate AI music as part of an agent loop.
How to use Lacuna MCP?
The server is a single npm package run over stdio. No install step is needed — your MCP client launches it via npx lacuna-mcp. Configure it by setting the LACUNA_API_KEY environment variable (required, from your profile dashboard, begins with lyr_live_). An optional LACUNA_BASE_URL can override the API base URL. Music API access requires the Pro plan or above.
Key features of Lacuna MCP
- Create music generation tasks and get immediate pending task IDs.
- Retrieve the current state of a generation task by its ID.
- Poll a generation task until it completes or fails.
Use cases of Lacuna MCP
- Generate AI music autonomously within an agent workflow.
- Check generation status and retrieve completed tracks programmatically.
- Integrate music creation into multi-step AI processes.
FAQ from Lacuna MCP
What does Lacuna MCP do exactly?
It exposes three tools — generate_music, get_generation, and wait_for_generation — for creating and monitoring AI music generation tasks via the Lacuna Music API.
What are the prerequisites to use Lacuna MCP?
Node.js 18 or newer, an API key from a Lacuna account on the Pro plan or above, and an MCP-compatible client.
How do I install and configure it?
No installation is needed; run it via npx lacuna-mcp. Set the LACUNA_API_KEY environment variable. For Claude Desktop, add an entry to the mcpServers JSON config; for Claude Code, use claude mcp add.
What runtime or dependencies are required?
Node.js 18+ and a valid API key. The server runs over stdio and is published as an npm package.
Is there a free tier or trial for the API?
The README does not mention a free tier. It states that the Music API requires a Pro plan or above.
Frequently asked questions
What does Lacuna MCP do exactly?
It exposes three tools — `generate_music`, `get_generation`, and `wait_for_generation` — for creating and monitoring AI music generation tasks via the Lacuna Music API.
What are the prerequisites to use Lacuna MCP?
Node.js 18 or newer, an API key from a Lacuna account on the Pro plan or above, and an MCP-compatible client.
How do I install and configure it?
No installation is needed; run it via `npx lacuna-mcp`. Set the `LACUNA_API_KEY` environment variable. For Claude Desktop, add an entry to the `mcpServers` JSON config; for Claude Code, use `claude mcp add`.
What runtime or dependencies are required?
Node.js 18+ and a valid API key. The server runs over stdio and is published as an npm package.
Is there a free tier or trial for the API?
The README does not mention a free tier. It states that the Music API requires a Pro plan or above.
Basic information
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Comments