MCP Catalogs
Home

anythingmcp vs time

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

anythingmcp
by HelpCode-ai
time
by modelcontextprotocol
Stars★ 56★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsOps & InfraOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

anythingmcp · Summary

Self-hosted MCP gateway connecting REST, SOAP/WSDL, GraphQL & SQL APIs to Claude, ChatGPT, Gemini, Copilot, Cursor.

time · Summary

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

anythingmcp · Use cases

  • Connect ERP systems like SAP, Oracle, Weclapp or Xentral to Claude Desktop for conversational querying
  • Enable AI agents to track parcels using built-in adapters for DHL, DPD, GLS, Shipcloud and Sendcloud
  • Bridge legacy SOAP/WSDL services to modern AI workflows with automatic WSDL parsing

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

anythingmcp · Install

Install with Docker (recommended):

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && ./setup.sh

Once set up, open http://localhost:3000 and register the first user who automatically becomes admin.

To use with Claude Desktop, add this to claude_desktop_config.json:

{
  "mcpServers": {
    "anythingmcp": {
      "command": "docker",
      "args": ["run", "-p", "3000:3000", "helpcodeai/anythingmcp"]
    }
  }
}

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.