Skip to content
Cursor

u-he Preset Randomizer for Cursor

io.github.fannon/u-he-preset-randomizer

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

client:Cursor transport:stdio runtime:npm

Install u-he Preset Randomizer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "env": {
        "UHE_CUSTOM_FOLDER": "<UHE_CUSTOM_FOLDER>",
        "DEBUG": "<DEBUG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

u-he Preset Randomizer in other clients