Use this generator from your own Claude Code projects
This tool doubles as a remote MCP server, so Claude Code in any project (on any machine) can generate syngen sounds on demand. Add it with one command — it needs no local checkout.
Add to .mcp.json (recommended)
Paste into .mcp.json in the project root and approve on first use. The timeout is a per-call hard cap (10 min) that overrides the client default, so the slow (1–3 min) generations aren't cut off — no env var or launch flag needed.
Or one command
Adds it to the current project (add --scope user for every project). mcp add has no timeout flag, so this uses the client's default — for slow calls, add "timeout": 600000 to the generated .mcp.json, or set MCP_TOOL_TIMEOUT=600000 (e.g. in .claude/settings.json's env).
Then ask Claude to make a sound — e.g. "generate a coin pickup sound." It returns the syngen code inline plus a WAV download link, and you can refine iteratively in the same session.
Import sounds from JSON
Paste a saved generation JSON — either a full result object or a bare array of variants — and load it to preview, download, or refine.
Prompt history
Results
History
Every generation is saved on the server, so nothing is lost if the browser window closes. Load one to preview and refine it, or copy its JSON. Clear all wipes everything the server has stored — saved generations, session state, and MCP renders.