HomeFinance › mcp-klever-vm

mcp-klever-vm

MCP server for Klever blockchain smart contract development.

Official TypeScript Cloud Remote
★ 31 stars Last pushed 2026-05-19 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.klever.org/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-klever-vm https://mcp.klever.org/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-klever-vm": {
      "url": "https://mcp.klever.org/mcp"
    }
  }
}

Package (npm 1.3.0)

npx -y @klever/[email protected]

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry