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 | — | — |
| Score | 77 | 28 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsWeb ScrapingDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 10 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
- 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- Download Claude Desktop
Download from: https://claude.ai/download
- Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server- 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
- Configure Claude Desktop
uv run mcp install main.pyUsage
Execute the following commands:
uv run download_data.py
uv run ingest_data.py