MCP Catalogs
首页

brightdata-mcp vs time

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

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

brightdata-mcp · 概述

一个强大的 MCP 服务器,为 AI 代理提供无阻塞的实时网络访问能力。

time · 概述

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

brightdata-mcp · 使用场景

  • 获取实时价格、新闻和数据的实时研究
  • 电商智能和价格监控
  • 访问 npm/PyPI 包元数据和 README 的编码助手

time · 使用场景

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

brightdata-mcp · 安装

快速开始

**使用托管服务器(推荐):** 将此 URL 添加到您的 MCP 客户端配置中:

https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE

**本地运行:**

{
  "mcpServers": {
    "Bright Data": {
      "command": "npx",
      "args": ["@brightdata/mcp"],
      "env": {
        "API_TOKEN": "<您的API令牌>"
      }
    }
  }
}

**Claude Desktop 设置:**

  1. 转到 设置 → 连接器 → 添加自定义连接器
  2. 名称:Bright Data Web
  3. URL:https://mcp.brightdata.com/mcp?token=您的API_TOKEN
  4. 点击"添加"

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。