mcpbeat Sign in

Lacuna Music MCP Server

by joylink-ltd Your server? Claim it
answering

Lacuna Music is answering right now. Last checked 4 min ago. 65 installs a week from npm. It exposes 3 tools. Last commit 6 Aug 2026.

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

Installs per day peak 167 · avg 19 · +205% w/w
a month agotoday
Uptime history 39 days of history
39 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
265 ms
Response time
average over 24h
65
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Lacuna Music every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add lacuna-mcp --transport http https://www.lacuna.fm/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lacuna-mcp": {
      "url": "https://www.lacuna.fm/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lacuna-mcp]
url = "https://www.lacuna.fm/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "lacuna-mcp": {
      "url": "https://www.lacuna.fm/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lacuna-mcp": {
      "url": "https://www.lacuna.fm/mcp"
    }
  }
}

This one needs environment variables set before it will start: LACUNA_API_KEY (Lacuna API key from https://www.lacuna.fm/profile/api), LACUNA_BASE_URL (Override the API base URL (optional).). The author declared them in the registry entry; get the values from the project itself.

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

generate
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.
generation
get_generation
Retrieve the current state of a music generation task by id. Status is `pending`, `ready`, or `failed`; audio URLs appear on `ready`.
models
list_models
List the music models available through the API, with their credit cost per task, tracks produced per task, and language coverage.

Endpoints

URLTransportStateLatencyChecked
https://www.lacuna.fm/mcp streamable-http answering 263 ms 4 min ago

Alternatives to Lacuna Music

same job, measured the same way
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
3dstreet
by 3dstreet

Drive an open 3DStreet scene tab from Claude Desktop or Claude Code via MCP tool calls.

108 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

68 installs/wk local only
Writingmate MCP
by writingmate

Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.

answering
Filoo MCP
by jrlprost

Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

36 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Codey 律所管理系統
by thecodey

Law firm management MCP: manage cases, clients, tasks, calendar and documents via Claude AI.

answering

Lacuna Music — questions

Answers built from our own checks of this server.

What can Lacuna Music do?
It exposes 3 tools, read directly from the server on our last check. Among them: generate_music, get_generation, list_models. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Lacuna Music working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 265 ms. The bar chart above shows every period we have measured.
How do I connect Lacuna Music?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Lacuna Music need an API key?
No. Lacuna Music completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Lacuna Music?
It answers our handshake in 265 ms on average, which is faster than 55% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Lacuna Music?
The npm package lacuna-mcp was installed 65 times in the last week. Week over week that is +205%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lacuna Music open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.