# Hyperiux Vault (npm · hyperiux-mcp-server)

Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `hyperiux-mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server.md), [page](https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `hyperiux-mcp-server`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1101 tokens (~367/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Hyperiux Vault MCP server?

Hyperiux Vault runs locally as an npm package, launched with npx -y hyperiux-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add hyperiux-immersion-labs-hyperiux-mcp-server -- npx -y hyperiux-mcp-server
```

### Cursor

```json
{
  "mcpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add hyperiux-immersion-labs-hyperiux-mcp-server -- npx -y hyperiux-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hyperiux-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hyperiux-immersion-labs-hyperiux-mcp-server --command npx --arg -y --arg hyperiux-mcp-server
```

### Hermes

```yaml
mcp_servers:
  hyperiux-immersion-labs-hyperiux-mcp-server:
    command: "npx"
    args: ["-y", "hyperiux-mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add hyperiux-immersion-labs-hyperiux-mcp-server -t stdio -c npx -a -y hyperiux-mcp-server
```

### Other

```json
{
  "mcpServers": {
    "hyperiux-immersion-labs-hyperiux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hyperiux-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-21 (score 63)

First indexed and scored.

## MCP tools (3)

### `hyperiux_list_effects` (~363 tokens)

List Hyperiux Vault Effects

Browse or search the Hyperiux Vault catalog of React/Next.js interaction effects (scroll systems, cursor trails, WebGL scenes, animated buttons, page transitions, etc).

Does NOT return which effects are Pro vs Free - the catalog index this reads from doesn't carry that field today. Use hyperiux_get_effect on a specific slug to check its tier before assuming it's installable without a Hyperiux Pro account.

Args:
  \- query (string, optional): substring match against effect name
  \- category (string, optional): filter to one category slug
  \- limit (number, default 30, max 100)
  \- offset (number, default 0)

Returns JSON: { total, count, offset, effects: [{ name, category, categories, dependencies, version }], has_more, next_offset? }

Examples:
  \- "What cursor effects are available?" -> category="cursor"
  \- "Is there anything with 'particles' in the name?" -> query="particles"
  \- Don't use when: you need one effect's full description/props/tier - use hyperiux_get_effect instead.

Input parameters:

- `category` (string): Filter to one category, e.g. 'text', 'cursor', 'webgl', 'buttons', 'carousels', 'components', 'navigation', 'backgrounds', 'loaders', 'transitions'. Use hyperiux_list_categories to see all valid valu…
- `limit` (integer): Maximum results to return.
- `offset` (integer): Number of results to skip for pagination.
- `query` (string): Case-insensitive substring match against effect name (e.g. 'cursor', 'text-reveal'). Omit to list all.

### `hyperiux_get_effect` (~618 tokens)

Get Hyperiux Effect Details

Get full details for one Hyperiux Vault effect by its exact slug - description, tier (free/pro), npm dependencies, version, changelog, and install instructions. Optionally includes full source code.

Args:
  \- name (string): exact effect slug
  \- include_source (boolean, default false): also return component source. Free effects: always available. Pro effects: only if authenticated (see below).

Returns JSON: { name, title, description, tier, version, dependencies, changelog, install_command, preview_url, import_path, target, main, import_statement, files: [{ path, content? }] }
  \- changelog: array of { version, date, summary, breaking }, newest first
  \- files[].content is omitted unless include_source=true AND the effect is accessible (free, or Pro with a valid token)
  \- import_statement is the exact import line to use after installing (e.g. `import { DottedGrid } from "@/components/effects/dotted-grid";`), built from exportKind/exportName/import_path the same way the CLI's own `hyperiux add` output does - omitted if the registry entry has no import_path
  \- install_limit/install_remaining: present on a normal (non-rate-limited) lookup, telling you how many more distinct effects this identity can fetch today - mention this to the user when remaining is low, same as the website's copy toast and the CLI's own "N of M daily installs left" line

Pro effects without a token: the response still includes metadata (description, dependencies, changelog) but files have no content, and a note explains the effect requires a Hyperiux Pro account - don't treat this as an error, it's expected for unauthenticated Pro lookups.

Free effects past the caller's daily install cap: the response still includes metadata but files have no content, and rate_limited/rate_limit_reason explain the daily limit and when to retry - also not an error, it's expected once the cap is hit.

Examples:
  \- "What does the dotted-grid effect need?" -> name="dotted-grid" (dependencies field)
  \- "Show…

Input parameters:

- `include_source` (boolean): Include full component source in the response. Free-tier effects always include it; Pro-tier effects only include it if a Hyperiux token is available (HYPERIUX_TOKEN env var, or a saved `hyperiux log…
- `name` (string, required): Exact effect slug, e.g. 'dotted-grid', 'circle-text-reveal'. Get this from hyperiux_list_effects.

### `hyperiux_list_categories` (~120 tokens)

List Hyperiux Effect Categories

List every effect category in the Hyperiux Vault catalog with how many effects are in each - useful before calling hyperiux_list_effects with a category filter, to confirm the exact category slug and see relative size.

Returns JSON: { categories: [{ category, count }] }, sorted by count descending.

Examples:
  \- "What kinds of effects does Hyperiux have?" -> call with no args
  \- Don't use when: you already know the category slug and just want its effects - call hyperiux_list_effects directly.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server#diagnostics

## Score history

- 2026-09-26: 63
- 2026-09-25: 63
- 2026-09-24: 63
- 2026-09-23: 63
- 2026-09-22: 63
- 2026-09-21: 63

## Common questions

### What is the Hyperiux Vault MCP server?

Hyperiux Vault is an MCP server listed in the public MCP registry as io.github.Hyperiux-Immersion-Labs/hyperiux-mcp-server. Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault. This page covers its npm package (hyperiux-mcp-server).

### Is the Hyperiux Vault MCP server safe to use?

Hyperiux Vault scores 63 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Hyperiux Vault MCP server expose?

Hyperiux Vault exposes 3 tools: hyperiux_list_effects, hyperiux_get_effect, hyperiux_list_categories. Their descriptions and schemas cost roughly 1,101 tokens of context every time the server is loaded.

### Is the Hyperiux Vault MCP server still maintained?

Hyperiux Vault is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Hyperiux Vault MCP server under?

Hyperiux Vault declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/hyperiux-mcp-server
- Socket report: https://socket.dev/npm/package/hyperiux-mcp-server
- Website: https://vault.hyperiux.com/
- Changelog RSS feed: https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/hyperiux-immersion-labs-hyperiux-mcp-server/hyperiux-mcp-server
