Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"producer": {
"url": "https://producer.mcp.acedata.cloud/mcp",
"type": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for AI music generation using Producer/Riffusion (FUZZ models) through the AceDataCloud API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-producer' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-producer against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.AceDataCloud/mcp-producer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for AI music generation using Producer/Riffusion (FUZZ models) through the AceDataCloud API.
Generate AI music directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
producer_generate_music | Generate AI music from a text prompt. |
producer_generate_custom_music | Generate music with custom lyrics, title, and style. |
producer_extend_music | Extend an existing song from a specific timestamp. |
producer_cover_music | Create a cover/remix version in a different style. |
producer_variation_music | Create a variation of an existing song. |
producer_swap_vocals | Swap vocals between two songs. |
producer_swap_instrumentals | Swap instrumentals between two songs. |
producer_replace_section | Replace a specific time range with new content. |
producer_stems_music | Separate a song into vocal and instrumental stems. |
producer_generate_lyrics | Generate structured song lyrics from a prompt. |
producer_upload_audio | Upload external audio for processing. |
producer_generate_video | Generate a music video for a song. |
producer_generate_wav | Get lossless WAV format of a song. |
producer_get_task | Query the status of a generation task. |
producer_get_tasks_batch | Query multiple generation tasks at once. |
producer_list_models | List all available FUZZ models. |
producer_list_actions | List all available actions and tools. |
producer_get_lyric_format_guide | Get lyrics formatting guide. |
AceDataCloud hosts a managed MCP server -- no local installation required.
Endpoint: https://producer.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth -- no API token needed:
https://producer.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"producer": {
... [View full README on GitHub](https://github.com/AceDataCloud/ProducerMCP#readme)