← Index

u-he Preset Randomizer

io.github.Fannon/u-he-preset-randomizer·v1.2.0·Other
Quality Score
90
/100

Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "command": "npx",
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "env": {
        "UHE_CUSTOM_FOLDER": "<uhe_custom_folder>",
        "DEBUG": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "command": "npx",
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "env": {
        "UHE_CUSTOM_FOLDER": "<uhe_custom_folder>",
        "DEBUG": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y u-he-preset-randomizer
§02  Environment variables
UHE_CUSTOM_FOLDER

Optional override for preset root discovery when synths are stored outside default locations.

DEBUG

Enable verbose logging for troubleshooting.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other