MCP Catalogs
首页

time vs holaspirit-mcp-server

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

time
by modelcontextprotocol
holaspirit-mcp-server
by syucream
Stars★ 85,748★ 1
30天用量
综合分7733
官方
分类
效率工具开发者工具沟通协作
效率工具开发者工具其它
实现语言TypeScriptJavaScript
最近提交本月11 个月前

time · 概述

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

holaspirit-mcp-server · 概述

一个提供对 Holaspirit API 访问权限的 MCP 服务器,用于获取组织治理数据。

time · 使用场景

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

holaspirit-mcp-server · 使用场景

  • AI 助手帮助分析 Holaspirit 中的组织治理结构
  • 为合规目的自动报告角色、圈子和政策
  • 通过 MCP 协议与其他系统集成 Holaspirit 数据

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

holaspirit-mcp-server · 安装

安装

通过 Smithery
npx -y @smithery/cli install holaspirit-mcp-server --client claude
手动安装
npm install holaspirit-mcp-server
配置

创建一个 .env 文件,内容如下:

HOLASPIRIT_API_TOKEN=your_api_token_here
HOLASPIRIT_ORGANIZATION_ID=your_organization_id_here
Claude Desktop 配置
"holaspirit": {
  "command": "npx",
  "args": [
    "-y",
    "holaspirit-mcp-server"
  ],
  "env": {
    "HOLASPIRIT_API_TOKEN": "<your token>",
    "HOLASPIRIT_ORGANIZATION_ID": "<your org id>"
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。