MCP Server
MCP
Lacuna Music
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
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
By
Comments
Sign in to leave a comment