mcpbeat Sign in

u-he Preset Randomizer MCP Server

local only

u-he Preset Randomizer runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 129 · avg 20 · -48% w/w
a month agotoday
96
Installs / week
npm · u-he-preset-randomizer
32
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check u-he Preset Randomizer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add u-he-preset-randomizer -- npx -y u-he-preset-randomizer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.u-he-preset-randomizer]
command = "npx"
args = ["-y", "u-he-preset-randomizer"]
.cursor/mcp.json
{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "u-he-preset-randomizer": {
      "args": [
        "-y",
        "u-he-preset-randomizer"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UHE_CUSTOM_FOLDER (Optional override for preset root discovery when synths are stored outside default locations.), DEBUG (Enable verbose logging for troubleshooting.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to u-he Preset Randomizer

same job, measured the same way
ComfyUI MCP
by entityadam

Generate and manage ComfyUI media through the Model Context Protocol.

local only
Nano Banana
by mindstone

Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol

216 installs/wk local only
Gamma
by mindstone

Gamma AI presentation generation MCP server for Model Context Protocol hosts

317 installs/wk local only
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 450 installs/wk local only
Napkin
by mindstone

Napkin AI visual generation MCP server for Model Context Protocol hosts

53 installs/wk local only
DocAuto
by gzucob

Model Context Protocol server for the DocAuto document-generation API.

77 installs/wk local only
Kling
by mindstone

Kling AI video generation MCP server for Model Context Protocol hosts

40 installs/wk local only
Marzban MCP
by ilmar7786

Manage Marzban panels through the Model Context Protocol.

58 installs/wk local only

u-he Preset Randomizer — questions

Answers built from our own checks of this server.

Why is there no uptime for u-he Preset Randomizer?
u-he Preset Randomizer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package u-he-preset-randomizer was installed 96 times last week.
How do I connect u-he Preset Randomizer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls u-he-preset-randomizer straight from npm; nothing to host, nothing to sign up for.
How many people use u-he Preset Randomizer?
The npm package u-he-preset-randomizer was installed 96 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is u-he Preset Randomizer open source?
Yes — it is published under the MIT licence, written in TypeScript and 32 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.