MCP Catalogs
首页

opik-mcp vs time

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

opik-mcp
by comet-ml
time
by modelcontextprotocol
Stars★ 203★ 85,748
30天用量
综合分5077
官方
分类
AI / LLM 工具开发者工具可观测性
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

opik-mcp · 概述

Comet-ML 的 Opik MCP 服务器为开发者提供统一的提示词、项目、追踪和指标访问能力。

time · 概述

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

opik-mcp · 使用场景

  • 机器学习工程师在 IDE 中直接跟踪实验指标并访问提示词
  • 数据科学家在开发环境中探索项目追踪和数据集
  • 团队在不同工作空间项目中管理提示词生命周期和版本控制

time · 使用场景

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

opik-mcp · 安装

安装

  1. 使用 npx 运行:
npx -y opik-mcp --apiKey YOUR_API_KEY
  1. 添加到 Claude Desktop (claude_desktop_config.json):
{
  "mcpServers": {
    "opik": {
      "command": "npx",
      "args": ["-y", "opik-mcp", "--apiKey", "YOUR_API_KEY"]
    }
  }
}
  1. 添加到 VS Code / GitHub Copilot (.vscode/mcp.json):
{
  "inputs": [
    {
      "type": "promptString",
      "id": "opik-api-key",
      "description": "Opik API Key",
      "password": true
    }
  ],
  "servers": {
    "opik-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "opik-mcp", "--apiKey", "${input:opik-api-key}"]
    }
  }
}

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