io.github.JOYLINK-LTD/lacuna-mcp MCP Server
io.github.JOYLINK-LTD/lacuna-mcp
What is the io.github.JOYLINK-LTD/lacuna-mcp MCP server?
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
How to install io.github.JOYLINK-LTD/lacuna-mcp
Copy-paste configuration for popular MCP clients.
LACUNA_API_KEYrequiredsecretLacuna API key from https://lacuna.fm/profile/api
LACUNA_BASE_URLOverride the API base URL (optional).
{
"mcpServers": {
"lacuna-mcp": {
"command": "npx",
"args": [
"-y",
"lacuna-mcp"
],
"env": {
"LACUNA_API_KEY": "<YOUR_LACUNA_API_KEY>",
"LACUNA_BASE_URL": "<YOUR_LACUNA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"lacuna-mcp": {
"command": "npx",
"args": [
"-y",
"lacuna-mcp"
],
"env": {
"LACUNA_API_KEY": "<YOUR_LACUNA_API_KEY>",
"LACUNA_BASE_URL": "<YOUR_LACUNA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"lacuna-mcp": {
"command": "npx",
"args": [
"-y",
"lacuna-mcp"
],
"env": {
"LACUNA_API_KEY": "<YOUR_LACUNA_API_KEY>",
"LACUNA_BASE_URL": "<YOUR_LACUNA_BASE_URL>"
}
}
}
}{
"servers": {
"lacuna-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lacuna-mcp"
],
"env": {
"LACUNA_API_KEY": "<YOUR_LACUNA_API_KEY>",
"LACUNA_BASE_URL": "<YOUR_LACUNA_BASE_URL>"
}
}
}
}claude mcp add lacuna-mcp --env LACUNA_API_KEY=<YOUR_LACUNA_API_KEY> --env LACUNA_BASE_URL=<YOUR_LACUNA_BASE_URL> -- npx -y lacuna-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.