The official Claude Code plugin marketplace for Klever. Install Klever's plugins to connect Claude Code to on-chain data, smart contracts, and developer tooling in the Klever ecosystem.
From inside Claude Code, add the marketplace:
/plugin marketplace add klever-io/klever-marketplace
Then browse and install plugins:
/plugin
Or install a specific plugin directly:
/plugin install klever-vm@klever-marketplace
After installation, restart Claude Code (or run /plugin to enable) and the plugin's tools will appear in your session.
| Plugin | Description | Install |
|---|---|---|
klever-vm | HTTP MCP server at https://mcp.klever.org/mcp that exposes Klever VM data and tooling to Claude | /plugin install klever-vm@klever-marketplace |
sdk-js | Build Klever wallet integrations for React web apps and Node.js services using the Klever Connect SDK | /plugin install sdk-js@klever-marketplace |
All marketplace operations are also available from the terminal:
# Add the marketplace
claude plugin marketplace add klever-io/klever-marketplace
# Install a plugin
claude plugin install klever-vm@klever-marketplace
# List installed plugins
claude plugin list
# Update the marketplace catalog
claude plugin marketplace update klever-marketplace
# Uninstall a plugin
claude plugin uninstall klever-vm@klever-marketplace
You can also install the MCP server directly (without the plugin wrapper) using:
claude mcp add -t http klever-vm https://mcp.klever.org/mcp
Installing through the marketplace is recommended because it groups Klever tooling under a single catalog, tracks versions, and enables one-click updates.
klever-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (lists all plugins)
├── plugins/
│ └── klever-vm/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── .mcp.json # MCP server definition
└── README.md
.claude-plugin/marketplace.json is the catalog Claude Code reads when users run /plugin marketplace add.plugins/<plugin-name>/ with its own .claude-plugin/plugin.json manifest..mcp.json at the plugin root.plugins/ (kebab-case name, no spaces)..claude-plugin/plugin.json with at minimum a name and version..mcp.json for MCP serversskills/<name>/SKILL.md for skillscommands/*.md for slash commandsagents/*.md for subagentshooks/hooks.json for lifecycle hooks.claude-plugin/marketplace.json by adding an entry to the plugins array with a relative source path.claude plugin validate .
/plugin marketplace add ./klever-marketplace
/plugin install <your-plugin>@klever-marketplace
plugins/<plugin-name>/.claude-plugin/plugin.json:
{
"name": "plugin-name",
"version": "1.0.0",
"description": "What this plugin does",
"author": { "name": "Klever" },
"mcpServers": "./.mcp.json"
}
For an HTTP MCP server, plugins/<plugin-name>/.mcp.json:
{
"mcpServers": {
"server-id": {
"type": "http",
"url": "https://your-mcp-endpoint/mcp"
}
}
}
For a local command-based MCP server, use command and args instead of type/url. Use ${CLAUDE_PLUGIN_ROOT} to reference files bundled with the plugin.
MIT
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub klever-io/klever-marketplace --plugin klever-vmMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.