Klever Blockchain

v1.3.0Finance & Fintechstable

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

blockchainklevermcpmcp-servermodel-context-protocol
Share:
31
Stars
0
Downloads
0
Weekly
0/5

What is Klever Blockchain?

Klever Blockchain is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🎖️ 📇 ☁️ - klever blockchain mcp server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling.

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

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🎖️ 📇 ☁️ - Klever blockchain MCP server for smart contract de

Use Cases

Develop Klever blockchain smart contracts with AI-assisted coding.
Explore on-chain data and execute transaction analysis.
Manage account assets and deploy contracts through natural language.
klever-io

Maintainer

LicenseMIT
Languagetypescript
Versionv1.3.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @klever/mcp-server

Manual Installation

npx -y @klever/mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Klever Blockchain

Klever Blockchain MCP Server connects AI assistants to the Klever blockchain ecosystem, enabling smart contract development, on-chain data exploration, account and asset queries, and deployment tooling through natural language. It exposes a knowledge base of Klever contract patterns, storage mappers, event handling rules, and best practices, allowing developers to ask questions like 'How do I emit events correctly?' and get accurate, blockchain-specific answers. The server can run locally via stdio for full read/write access, or connect to the public hosted endpoint at mcp.klever.org for read-only exploration without any local setup.

Prerequisites

  • Node.js 18 or higher and pnpm (for local setup), or just npx for the hosted mode
  • A Klever blockchain account if deploying or transacting
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • Redis (optional) if using Redis-backed storage instead of in-memory
1

Connect to the public hosted server (quickest path)

Point your MCP client at the public Klever MCP endpoint. No local installation required; the server runs in read-only mode.

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

Or install locally via npx

For full read/write access including contract initialization and helper script generation, run the server locally.

npx -y @klever/mcp-server
3

Configure environment variables for local mode

Copy .env.example to .env and set at minimum the MODE and optional REDIS_URL if you want Redis-backed storage instead of in-memory.

MODE=mcp
STORAGE_TYPE=memory
PORT=3000
4

Add to MCP client configuration

Add the Klever MCP server to your claude_desktop_config.json for automatic startup.

5

Initialize a Klever smart contract project

Once connected, ask the assistant to scaffold a new Klever contract project. The server uses the init_klever_project tool to generate the directory structure.

Klever Blockchain Examples

Client configuration

Add the Klever MCP server to claude_desktop_config.json using the public hosted endpoint or local npx command.

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

Prompts to try

Use these prompts to explore Klever blockchain development and query on-chain data.

- "What storage mapper should I use for a token balance mapping in Klever?"
- "How do I emit events correctly in a Klever smart contract?"
- "How do I deploy and upgrade my Klever contract?"
- "Check my contract against Klever security best practices"
- "I'm getting a managed type API error — what am I doing wrong?"

Troubleshooting Klever Blockchain

The local server starts but returns no knowledge base results

The public server has pre-loaded Klever knowledge. For local mode, ensure contexts have been ingested via the add_context tool or by running the batch ingest API before querying.

Rate limit errors when using the public hosted server

The public server enforces 60 MCP requests/min per IP by default. Space out requests or run a local instance to remove rate limiting. Set RATE_LIMIT_MCP in your .env for local deployments.

npx -y @klever/mcp-server fails to start in MCP stdio mode

Set the MODE environment variable to 'mcp' before running. By default the server starts in HTTP API mode. Use: MODE=mcp npx -y @klever/mcp-server

Frequently Asked Questions about Klever Blockchain

What is Klever Blockchain?

Klever Blockchain is a Model Context Protocol (MCP) server that 🎖️ 📇 ☁️ - klever blockchain mcp server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Klever Blockchain?

Install via npm with the command: npx -y @klever/mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Klever Blockchain?

Klever Blockchain works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Klever Blockchain free to use?

Yes, Klever Blockchain is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Klever Blockchain?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides