MCP Catalogs
Home

nerve vs time

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

nerve
by evilsocket
time
by modelcontextprotocol
Stars★ 1,320★ 85,748
30d uses
Score5077
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit9 mo agothis month

nerve · Summary

Nerve is an Agent Development Kit with native MCP support, allowing agents to be defined in YAML and act as both MCP client and server.

time · Summary

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

nerve · Use cases

  • Building multi-step automation workflows with shared context between agents
  • Creating MCP servers in YAML configuration for standardized tool exposure
  • Benchmarking and evaluating LLM agents with reproducible test cases

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

nerve · Install

Install the Nerve ADK with pip:

pip install nerve-adk

To use as an MCP client, configure your client with:

{
  "mcpServers": {
    "nerve": {
      "command": "python",
      "args": ["-m", "nerve.mcp"],
      "env": {}
    }
  }
}

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.