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 | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsblockchainAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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-serverFrom Source
- Clone the repository:
git clone https://github.com/klever-io/mcp-klever-vm.git
cd mcp-klever-vm- Install dependencies:
pnpm install- Copy environment configuration:
cp .env.example .env- Build the project:
pnpm run buildClaude 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"]
}
}
}