MCP Catalogs
首页

time vs MCP_Server

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
MCP_Server
by ThomasJanssen-tech
Stars★ 85,748★ 1
30天用量
综合分7728
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具网页抓取开发者工具
实现语言TypeScriptPython
最近提交本月10 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

MCP_Server · 概述

通过 Claude Desktop 查询 Crunchbase 公司数据的 Python MCP 服务器。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

MCP_Server · 使用场景

  • 研究 Crunchbase 上的公司及其数据
  • 通过公司信息分析市场趋势
  • 竞争情报收集

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

MCP_Server · 安装

安装

  1. 安装 UV

Windows:

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

MacOS/Linux:

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

从 https://claude.ai/download 下载

  1. 克隆仓库:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
  1. 添加 Bright Data API 密钥

获取 $15 Bright Data 积分: https://brdta.com/tomstechacademy 将 .env.example 重命名为 .env 并添加您的 Bright Data API 密钥

  1. 配置 Claude Desktop
uv run mcp install main.py

使用

执行以下命令:

uv run download_data.py
uv run ingest_data.py
对比内容由 README + GitHub 公开数据自动生成,定期更新。