English | 简体中文
The official community repository for MiniApps built for the MiniMax Code desktop app. Discover useful tools, playful experiments, and apps you can make your own.
Explore MiniApps · Get started · Contribute · Report an issue
This repository is open to the community: anyone can contribute a MiniApp plugin by opening a pull request. MiniApps are interactive apps packaged as MiniMax Plugins. This repository brings together complete, self-contained plugin packages contributed by developers, with source files and usage instructions alongside each app.
Packages are organized by author under plugins/<github-username>/<plugin-id>/. You can download an app, install it manually in MiniMax Code, and use its source as a starting point for your own work.
| MiniApp | What it does | Author |
|---|---|---|
| Token Usage Board | Explore local Token usage by date, model, and session, including input, output, and cache usage | amszuidas |
| Token Usage Board | Watch local Token usage, output speed, and cache hit rate in near real time; filter by time range, model, and session | yanhy2000 |
Preview: Token Usage Board
The preview uses synthetic data. The app interface is currently in Chinese. See its README for data access, counting rules, and compatibility notes.
Preview: Token Usage Board (mcode-usage-monitor)
The preview uses synthetic data. The app interface is currently in Chinese. See its README for data access, counting rules, and compatibility notes.
Use a MiniMax Code desktop version that supports MiniApps. Check the app's README for tested client versions, operating systems, configuration, and known limitations. Compatibility is documented per app.
Select Code → Download ZIP on this repository and extract the archive, or clone it:
git clone https://github.com/MiniMax-AI/MiniMax-Code-MiniApps.gitFind the app you want under plugins/<github-username>/ and read its README, including which local files or network services it accesses.
Copy the entire plugin directory, including the hidden .minimax-plugin directory, into <dataDir>/plugins/.
By default, <dataDir> is the .minimax directory in your home folder (~/.minimax), so plugins go in ~/.minimax/plugins/. If you have configured a different data directory, use that directory instead.
For Token Usage Board:
Repository: plugins/amszuidas/mcode-token-usage-board/
Install to: <dataDir>/plugins/mcode-token-usage-board/
The installed manifest must be at:
<dataDir>/plugins/mcode-token-usage-board/.minimax-plugin/plugin.json
The author directory (amszuidas/) only groups contributions in the repository. Copy the plugin directory directly into the client's plugins/ directory, without that extra author level.
These packages use manual installation. The client's GitHub plugin import feature does not support these MiniApp packages.
Restart MiniMax Code, confirm that the plugin is recognized and enabled, and open the MiniApp following its README. For Token Usage Board, ask the Agent to open “Token 用量看板”.
To update an app, close it and exit MiniMax Code, then replace its complete plugin directory. Keep any backup outside plugins/ and follow the app's instructions for preserving its data. To uninstall, close the app and exit the client before removing its plugin directory; separately stored app data may remain.
Tools, games, visualizations, and small experiments are all welcome. To share a MiniApp:
- Fork the repository and add a complete, ready-to-run package under
plugins/<your-github-username>/<plugin-id>/. - Include a README, a license, and any required runtime files. Document setup, data access, and what you have tested.
- Add the app to the tables in both root READMEs and open a pull request.
Use a lowercase GitHub username for the author directory. The plugin directory name must match .minimax-plugin/plugin.json → name, and plugin IDs must be unique across the repository, since the author directory is not part of the installed path.
See CONTRIBUTING.md for the full contribution guide.
Use GitHub Issues to report a problem or suggest an app or improvement. For an app issue, include its ID and version, your MiniMax Code version, operating system, steps to reproduce, and the expected and actual behavior. Remove credentials and private session content from logs and screenshots.
This repository is licensed under the MIT License. Individual MiniApps are governed by the licenses included in their own directories.

