MCP Catalogs
Home

time vs verbwire-mcp-server

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

time
by modelcontextprotocol
verbwire-mcp-server
by verbwire
Stars★ 85,748★ 2
30d uses
Score7732
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsblockchainCloud Storage
LanguageTypeScriptJavaScript
Last committhis month14 mo ago

time · Summary

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

verbwire-mcp-server · Summary

A production-ready MCP server for blockchain operations through Verbwire API, supporting smart contracts, NFT minting, and IPFS storage.

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

verbwire-mcp-server · Use cases

  • Developers deploying and managing NFT contracts across multiple blockchains
  • Digital artists minting and distributing NFTs with IPFS integration
  • Blockchain projects needing to manage token ownership, collections, and transactions

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"]
    }
  }
}

verbwire-mcp-server · Install

Installation

  1. Get a Verbwire API key by signing up at [verbwire.com](https://www.verbwire.com/)
  1. Configure with Claude Desktop by adding this to claude_desktop_config.json:
{
  "mcpServers": {
    "verbwire": {
      "command": "npx",
      "args": [
        "-y",
        "@verbwire/verbwire-mcp-server"
      ],
      "env": {
        "VERBWIRE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Alternatively, you can clone the repository and run locally:

git clone https://github.com/verbwire/verbwire-mcp-server.git
cd verbwire-mcp-server
npm install
npm start
Comparison generated from public README + GitHub signals. Last updated automatically.