# @metaplex-foundation/mpl-toolbox

> Auto-generated essential Solana and Metaplex programs

Latest version **0.11.5** (published 2026-09-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @metaplex-foundation/mpl-toolbox
pnpm add @metaplex-foundation/mpl-toolbox
yarn add @metaplex-foundation/mpl-toolbox
bun add @metaplex-foundation/mpl-toolbox
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.11.5 |
| Published | 2026-09-04 |
| First published | 2023-06-06 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 426.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 19 |
| Author | Metaplex Maintainers |
| Maintainers | danenbm1, nhanphan, brandontulsi, svc01-metaplex, danenbm, blockiosaurus |

## Links

- npm: https://www.npmjs.com/package/@metaplex-foundation/mpl-toolbox
- Repository: https://github.com/metaplex-foundation/mpl-toolbox
- Homepage: https://metaplex.com
- Issues: https://github.com/metaplex-foundation/mpl-toolbox/issues
- npm.io page: https://npm.io/package/@metaplex-foundation/mpl-toolbox

## Recent versions

- 0.11.5 (latest) — 2026-09-04
- 0.11.1-alpha.0 (alpha) — 2026-05-15
- 0.11.4 — 2026-05-15
- 0.11.3 — 2026-05-15
- 0.11.2 — 2026-05-15
- 0.11.1 — 2026-05-15
- 0.11.0-alpha.0 — 2026-05-15
- 0.10.0 — 2025-01-27
- 0.9.4 — 2024-02-21
- 0.9.2 — 2024-02-01
- 0.9.1 — 2023-09-05
- 0.9.0 — 2023-09-02
- 0.8.1 — 2023-08-18
- 0.8.0 — 2023-06-19
- 0.7.0 — 2023-06-13
- … 2 more at https://npm.io/package/@metaplex-foundation/mpl-toolbox/versions

## README

# JavaScript client for Mpl Toolbox

A Umi-compatible JavaScript library for the project.

## Getting started

1. First, if you're not already using Umi, [follow these instructions to install the Umi framework](https://github.com/metaplex-foundation/umi/blob/main/docs/installation.md).
2. Next, install this library using the package manager of your choice.
   ```sh
   npm install @metaplex-foundation/mpl-toolbox
   ```
2. Finally, register the library with your Umi instance like so.
   ```ts
   import { mplToolbox } from '@metaplex-foundation/mpl-toolbox';
   umi.use(mplToolbox());
   ```

You can learn more about this library's API by reading its generated [TypeDoc documentation](https://mpl-toolbox-js-docs.vercel.app).

## Contributing

Check out the [Contributing Guide](./CONTRIBUTING.md) the learn more about how to contribute to this library.

---
_Source: https://npm.io/package/@metaplex-foundation/mpl-toolbox · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
