← Back to Plugins
MCP Server MCP

Lacuna Music

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.lacuna.fm/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "lacuna-mcp",
      "version": "0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lacuna API key from https://www.lacuna.fm/profile/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LACUNA_API_KEY"
        },
        {
          "description": "Override the API base URL (optional).",
          "format": "string",
          "name": "LACUNA_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...