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.
Quick Start
Clone the repository:
git clone https://github.com/klever-io/mcp-klever-vmClaude 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.