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
By klever-io
Installation
npx -y mcp-klever-vmConfiguration
{
"mcpServers": {
"mcp-klever-vm": {
"command": "npx",
"args": ["-y", "mcp-klever-vm"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes