MCP Catalogs
首页

julia-mcp vs time

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

julia-mcp
by aplavin
time
by modelcontextprotocol
Stars★ 63★ 85,748
30天用量
综合分4677
官方
分类
开发者工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交本月本月

julia-mcp · 概述

持久化 Julia 会话的 MCP 服务器,避免启动开销并在调用间保存状态。

time · 概述

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

julia-mcp · 使用场景

  • AI 辅助 Julia 开发,实现快速代码迭代
  • 需要持久状态的科学计算工作流
  • Julia 编程教学的教育环境

time · 使用场景

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

julia-mcp · 安装

安装

  1. 克隆仓库:
git clone https://github.com/aplavin/julia-mcp.git
cd julia-mcp
  1. 在 Claude Desktop 中注册(添加到 claude_desktop_config.json):
{
  "mcpServers": {
    "julia": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/julia-mcp", "python", "server.py"]
    }
  }
}
  1. 先决条件:安装 uv 和 Julia(julia 二进制文件必须在 PATH 中)。推荐包:Revise.jl 和 TestEnv.jl。

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 公开数据自动生成,定期更新。