lacuna-mcp
Lacuna developer tools
Open-source SDK, CLI, MCP server, and Agent Skill for the Lacuna Music API. Generate AI music programmatically from any Node 18+ runtime, your shell, an MCP-compatible client, or an AI coding agent that supports the Agent Skills standard.
Surface | Install | Use case |
| TypeScript / JavaScript SDK with webhook verification. | |
| Command-line interface for one-off generation, scripting, CI. | |
| Model Context Protocol server for Claude Desktop, Claude Code, Cursor, etc. | |
| Agent Skill for Claude Code, Codex CLI, Cursor, and other tools that follow the SKILL.md standard. |
The three npm packages are released together and share the same API surface. The skill is markdown-only and tracks the latest published packages.
Repository layout
.
├── packages/
│ ├── sdk/ → npm: lacuna-sdk
│ ├── cli/ → npm: lacuna-toolkit
│ └── mcp/ → npm: lacuna-mcp
├── skills/
│ └── lacuna-music/SKILL.md → Agent Skill (skills.sh, skillsmp.com, etc.)
├── pnpm-workspace.yaml
├── tsconfig.base.json
└── package.jsonThis is a pnpm workspace. The CLI and MCP server depend on the SDK via workspace:*, which is rewritten to a real version range on publish. The skill is plain markdown and is not part of the workspace.
Related MCP server: Perplexity API MCP Server
Development
pnpm install # install all workspace deps
pnpm -r run build # build every package
pnpm -r run typecheck # typecheck every package
pnpm --filter lacuna-mcp run dev # iterate on a single packageThe SDK must be built before pnpm -r run typecheck can resolve the CLI/MCP packages' types. pnpm -r run build handles dependency order automatically.
Releasing
Each package versions independently from packages/<pkg>/package.json. Bump versions in lockstep, build, then publish:
# bump 0.2.0 → 0.2.1 in all three package.jsons (and packages/sdk/src/version.ts)
pnpm -r run build
pnpm --filter lacuna-sdk publish --access public
pnpm --filter lacuna-toolkit publish --access public
pnpm --filter lacuna-mcp publish --access publicworkspace:* references in dependencies are rewritten to the published version automatically (pnpm handles this).
Distributing the skill
The skill at skills/lacuna-music/ follows the Agent Skills open standard, so it works with Claude Code, Codex CLI, Cursor, and any other tool that loads SKILL.md files.
There is no submission step for skill marketplaces — they index public GitHub repos automatically:
skills.sh (Vercel Labs) ranks skills by anonymous install telemetry. Once the repo is public, anyone can install with
npx skills add JOYLINK-LTD/lacuna-toolkit, and installs feed the leaderboard. The CLI auto-discoversSKILL.mdfiles underskills/<name>/.skillsmp.com and claudeskills.info crawl public GitHub repos that contain
SKILL.mdand a minimum of 2 stars.The official anthropics/skills repo accepts community-contributed skills via PR if you want a canonical listing.
To verify discovery locally:
npx skills add JOYLINK-LTD/lacuna-toolkitThis installs lacuna-music into ~/.claude/skills/lacuna-music/ (and the equivalent for other agents). Edits to skills/lacuna-music/SKILL.md show up on the next skills add.
License
MIT © Louis Tsang
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceOfficial ElevenLabs MCP server for text-to-speech, voice cloning, audio transcription, and sound generation.Last updated24MIT
- AlicenseAqualityCmaintenanceOfficial MCP server for the Perplexity API Platform, enabling AI assistants to perform real-time web search, reasoning, and deep research using Sonar models.Last updated435,103MIT
- Alicense-qualityAmaintenanceMusic Production AI - MCP server providing AI-powered tools and automation by MEOK AI LabsLast updated292MIT
- Alicense-qualityCmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.Last updated1MIT
Related MCP Connectors
Official MCP server for Lovable, the AI-powered full-stack app builder.
MCP server for Producer/Riffusion AI music generation
MCP server for Suno AI music generation, lyrics, and covers
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JOYLINK-LTD/lacuna-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server