Home › Other › u-he Preset Randomizer

u-he Preset Randomizer

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

TypeScript
★ 32 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.0)

npx -y u-he-preset-randomizer@1.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "command": "npx",
      "args": [
        "-y",
        "u-he-preset-randomizer@1.2.0"
      ],
      "env": {
        "UHE_CUSTOM_FOLDER": "<YOUR_VALUE>",
        "DEBUG": "<YOUR_VALUE>"
      }
    }
  }
}
  • UHE_CUSTOM_FOLDER — Optional override for preset root discovery when synths are stored outside default locations.
  • DEBUG — Enable verbose logging for troubleshooting.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry