# Packkit (npm · packkit-mcp)

Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents.

- Trust score: 38/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `packkit-mcp`: 38/100 (this document), [markdown](https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp.md), [page](https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp)

## Channel facts

- Registry: `npm`
- Package: `packkit-mcp`
- Version: `0.3.0`
- 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-08-03.

- **Supply Chain Security**: 63/100
  - No malware found by supply-chain analysis.
  - CVE data not yet available for this package.
  - No install/post-install scripts declared.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to PackkitJS/create-packkit).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add packkitjs-packkit-mcp -- npx -y packkit-mcp
```

### Codex

```bash
codex mcp add packkitjs-packkit-mcp -- npx -y packkit-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add packkitjs-packkit-mcp --command npx --arg -y --arg packkit-mcp
```

### Hermes

```yaml
mcp_servers:
  packkitjs-packkit-mcp:
    command: "npx"
    args: ["-y", "packkit-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "packkitjs-packkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "packkit-mcp"
      ]
    }
  }
}
```

## 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-08-03 (score 38)

First indexed and scored.

## MCP tools (3)

### `packkit_schema` (~82 tokens)

START HERE. Returns every Packkit option, preset, and shortcut alias as JSON. Call this before scaffolding so you pick a preset that matches what the user actually wants — presets range from single libraries to CLIs, HTTP services, SPAs, and full-stack monorepos, and guessing without reading them is the main cause of scaffolding the wrong shape.

### `packkit_preview` (~140 tokens)

Show the project structure a config would produce — the full file tree and stack summary — without writing anything. Use this to check the layout before committing to it, and to show the user what they are about to get. Cheap and side-effect free, so prefer it over scaffolding to a throwaway directory to see what happens.

Input parameters:

- `name` (string, required): Package name
- `options` (object): Any options from packkit_schema (e.g. { "framework": "vue", "target": ["library"] })
- `preset` (string): A preset or alias (e.g. ts-lib, react-lib, node-service, rlib)

### `packkit_scaffold` (~274 tokens)

Generate a project to disk. Writes files under <directory>/<name> (or ./<name>), optionally runs git init, installs dependencies, and creates the GitHub repository. Call packkit_schema first if you have not already — picking the preset by guess is how projects end up the wrong shape. If the target directory already has files in it (an existing clone, for instance), pass merge: true rather than failing.

Input parameters:

- `directory` (string): Parent directory to create the project in (default: current working directory)
- `git` (boolean): git init + initial commit (default false)
- `github` (boolean): Create the repository on GitHub and push to it, using the `gh` CLI. Requires git. Private unless "public" is set.
- `install` (boolean): Install dependencies (default false)
- `merge` (boolean): Scaffold into a non-empty directory. Existing files are never overwritten — colliding ones are skipped and reported. Use this when the target is an already-cloned repo.
- `name` (string, required): Package name (also the folder name)
- `options` (object): Any options from packkit_schema
- `preset` (string): A preset or alias
- `public` (boolean): When creating the repository, make it public (default: private)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp#diagnostics

## Score history

- 2026-08-03: 38

## Links

- npm package: https://www.npmjs.com/package/packkit-mcp
- Socket report: https://socket.dev/npm/package/packkit-mcp
- Repository: https://github.com/PackkitJS/create-packkit
- Changelog RSS feed: https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/packkitjs-packkit-mcp/packkit-mcp
