MCP Catalogs
Home

mcp-klever-vm vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-klever-vm
by klever-io
time
by modelcontextprotocol
Stars★ 31★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsblockchainAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-klever-vm · Summary

MCP server for Klever blockchain smart contract development with pattern extraction and validation tools.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-klever-vm · Use cases

  • Smart contract developers needing references for Klever VM patterns and best practices
  • Teams managing large collections of Klever smart contracts with validation tools
  • Educational platforms teaching blockchain development using pre-loaded examples

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp-klever-vm · Install

Installation

Quick Start

Install and run instantly via npx — no cloning required:

npx -y @klever/mcp-server

From Source

  1. Clone the repository:
git clone https://github.com/klever-io/mcp-klever-vm.git
cd mcp-klever-vm
  1. Install dependencies:
pnpm install
  1. Copy environment configuration:
cp .env.example .env
  1. Build the project:
pnpm run build

Claude Desktop

Add to your claude_desktop_config.json:

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

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.