Your music producer, in your pocket. An MCP server that turns any MCP-compatible agent — OpenClaw, Claude Desktop, Claude Code — into a working producer. Generates full tracks via Suno, critiques mixes, suggests chord progressions, and gives arrangement feedback. Shaped by the signature style of Kainer and Il Diablo, trained on their own catalogue.
The style library is not a generic preset. It is built from two working UK producers' own output. The tools pull from this library on every call, so generations and critique reflect the real sonic DNA — not a hallucinated average.
Pocket Producer speaks MCP over stdio. Point it at a self-hosted gcui-art/suno-api proxy — that proxy holds your Suno cookie, so the server stays clean of credentials. Then register it with your MCP client:
{ "mcpServers": { "pocket-producer": { "command": "node", "args": ["/path/to/mcp-servers/pocket-producer/dist/index.js"], "env": { "SUNO_API_BASE_URL": "http://localhost:3000", "POCKET_PRODUCER_DEFAULT_STYLE": "kainer" } } } }
Then ask your agent: "Generate me a peak-time tech-house cut in Il Diablo's style at 130 bpm, with a vocal hook" — it fires generate_track with your palette baked into the Suno prompt, waits for audio, and hands you back the URL.