evm-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
evm-mcp-server by mcpdotdirect | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 376 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 6 mo ago | this month |
evm-mcp-server · Summary
Comprehensive MCP server providing blockchain interaction tools across 60+ EVM networks with 22 tools and AI-guided prompts.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
evm-mcp-server · Use cases
- AI agents analyzing wallet activity and token holdings across multiple blockchains
- Smart contract interaction without needing to manually provide ABI information
- Automated blockchain transactions through AI planning and execution
- Human-readable address resolution using ENS names instead of complex wallet addresses
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
evm-mcp-server · Install
Installation
# Clone the repository
git clone https://github.com/mcpdotdirect/mcp-evm-server.git
cd mcp-evm-server
# Install dependencies with Bun
bun install
# Or with npm
npm installClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"evm-mcp-server": {
"command": "npx",
"args": ["-y", "@mcpdotdirect/evm-mcp-server"]
},
"evm-mcp-http": {
"command": "npx",
"args": ["-y", "@mcpdotdirect/evm-mcp-server", "--http"]
}
}
}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"]
}
}
}