npx claudepluginhub nguyenthienthanh/piggytalesAdd to your .mcp.json:
{
"mcpServers": {
"piggytales-suno": {
"command": "node",
"args": [
"src/mcp/dist/suno/index.js"
],
"env": {
"SUNO_API_KEY": "${SUNO_API_KEY}",
"SUNO_API_URL": "${SUNO_API_URL}"
}
}
}
}Replace placeholder values for: SUNO_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
nodeSUNO_API_KEY=${SUNO_API_KEY}SUNO_API_URL=${SUNO_API_URL}Share bugs, ideas, or general feedback.