MCP Catalogs
Home

time vs MCP_Server

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

time
by modelcontextprotocol
MCP_Server
by ThomasJanssen-tech
Stars★ 85,748★ 1
30d uses
Score7728
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsWeb ScrapingDeveloper Tools
LanguageTypeScriptPython
Last committhis month10 mo ago

time · Summary

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

MCP_Server · Summary

Python MCP server for querying Crunchbase company data through Claude Desktop.

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_Server · Use cases

  • Researching companies and their data on Crunchbase
  • Analyzing market trends through company information
  • Competitive intelligence gathering

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

MCP_Server · Install

Installation

  1. Install UV

On Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

On MacOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Download Claude Desktop

Download from: https://claude.ai/download

  1. Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
  1. Add Bright Data API Key

Get $15 Bright Data credits: https://brdta.com/tomstechacademy Rename .env.example to .env and add your Bright Data API key

  1. Configure Claude Desktop
uv run mcp install main.py

Usage

Execute the following commands:

uv run download_data.py
uv run ingest_data.py
Comparison generated from public README + GitHub signals. Last updated automatically.