u-he Preset Randomizer
About
Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UHE_CUSTOM_FOLDER DEBUGClaude Code
claude mcp add --env UHE_CUSTOM_FOLDER= --env DEBUG= u-he-preset-randomizer -- npx u-he-preset-randomizer
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"u-he-preset-randomizer","command":"npx","args":["u-he-preset-randomizer"],"env":{"UHE_CUSTOM_FOLDER":"","DEBUG":""}}'
JSON
{
"mcpServers": {
"u-he-preset-randomizer": {
"command": "npx",
"args": [
"u-he-preset-randomizer"
],
"env": {
"UHE_CUSTOM_FOLDER": "",
"DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.