MCP Catalogs
首页

time vs arxiv-latex-mcp

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

time
by modelcontextprotocol
arxiv-latex-mcp
by takashiishida
Stars★ 85,748★ 131
30天用量
综合分7748
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具知识库 / RAG开发者工具
实现语言TypeScriptPython
最近提交本月本月

time · 概述

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

arxiv-latex-mcp · 概述

MCP服务器通过获取arXiv论文的原始LaTeX源码,帮助LLM更好地处理数学内容。

time · 使用场景

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

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

arxiv-latex-mcp · 安装

安装

Claude Desktop

  1. 从[发布页面](https://github.com/takashiishida/arxiv-latex-mcp/releases/)下载.mcpb文件
  2. 双击.mcpb文件通过桌面扩展进行安装

其他MCP客户端

将以下配置添加到MCP配置文件:

{
  "mcpServers": {
    "arxiv-latex-mcp": {
      "command": "uvx",
      "args": ["arxiv-latex-mcp"]
    }
  }
}

手动安装

使用pip安装:pip install arxiv-latex-mcp 然后运行:arxiv-latex-mcp

对比内容由 README + GitHub 公开数据自动生成,定期更新。