MCP Catalogs
首页

time vs chatgpt2md

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

time
by modelcontextprotocol
chatgpt2md
by NextStat
Stars★ 85,748★ 16
30天用量
综合分7742
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具效率工具本地文件系统
实现语言TypeScriptRust
最近提交本月3 个月前

time · 概述

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

chatgpt2md · 概述

将ChatGPT导出转换为Markdown并提供全文搜索功能,通过MCP服务器让Claude访问对话历史。

time · 使用场景

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

chatgpt2md · 使用场景

  • 直接在Claude中访问ChatGPT对话历史进行上下文参考
  • 从大量ChatGPT导出中搜索和检索特定对话
  • 以可读的Markdown格式存档ChatGPT对话,并具备全文搜索功能

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

chatgpt2md · 安装

安装

快速安装
cargo install --git https://github.com/NextStat/chatgpt2md
二进制文件安装
  1. 从[发布页](https://github.com/NextStat/chatgpt2md/releases)下载适合您平台的二进制文件
  2. 解压并移动到PATH:

``bash tar xzf chatgpt2md-*.tar.gz sudo mv chatgpt2md /usr/local/bin/ ``

Claude配置
chatgpt2md install --index ./chatgpt_chats/.index --chats ./chatgpt_chats
手动Claude Desktop配置

编辑Claude Desktop配置文件:

  • **macOS:** ~/Library/Application Support/Claude/claude_desktop_config.json
  • **Windows:** %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "chatgpt-history": {
      "command": "/path/to/chatgpt2md",
      "args": ["serve", "--index", "/path/to/chatgpt_chats/.index", "--chats", "/path/to/chatgpt_chats"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。