MCP Catalogs
首页

time vs mcp

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

time
by modelcontextprotocol
mcp
by twelvedata
Stars★ 85,748★ 66
30天用量
综合分7743
官方
分类
效率工具开发者工具沟通协作
金融数据开发者工具AI / LLM 工具
实现语言TypeScriptPython
最近提交本月7 个月前

time · 概述

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

mcp · 概述

Twelve Data MCP Server 通过 WebSocket 提供实时金融市场数据,与交易应用程序无缝集成。

time · 使用场景

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

mcp · 使用场景

  • 交易应用程序的实时股票和加密货币监控
  • 需要市场数据源的算法交易策略
  • 需要历史和当前市场指标的金融分析

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 · 安装

安装

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

uvx mcp-server-twelve-data --help

**使用 pip**:

pip install mcp-server-twelve-data
python -m mcp_server_twelve_data --help

**Claude Desktop 配置**:

{
  "mcpServers": {
    "twelvedata": {
      "command": "uvx",
      "args": ["mcp-server-twelve-data@latest", "-k", "YOUR_TWELVE_DATA_API_KEY", "-u", "YOUR_OPEN_AI_APIKEY"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。