Skip to main content
Finance & FintechTypeScript

klever-io/mcp-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-fintechofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/klever-io/mcp-klever-vm

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
klever-io