Back to MCP Servers

Klever Vm

Klever blockchain MCP server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling.

finance-fintechdeploymentai

Installation

npx -y mcp-klever-vm

Configuration

{
  "mcpServers": {
    "mcp-klever-vm": {
      "command": "npx",
      "args": ["-y", "mcp-klever-vm"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub