MCP Catalogs
首页

context-space vs time

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

context-space
by context-space
time
by modelcontextprotocol
Stars★ 809★ 85,748
30天用量
综合分4977
官方
分类
开发者工具AI / LLM 工具效率工具
效率工具开发者工具沟通协作
实现语言GoTypeScript
最近提交7 个月前本月

context-space · 概述

Context Space 提供统一的 MCP 工具和经过验证的集成,为 AI 代理提供企业级安全和 5 分钟设置。

time · 概述

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

context-space · 使用场景

  • 使 AI 代理能够安全地与 GitHub 仓库、问题和拉取请求交互
  • 允许 AI 助手访问和管理 Slack 团队对话和频道
  • 将 AI 系统连接到 Notion 文档和项目管理内容
  • 为 AI 代理提供实时网页搜索功能

time · 使用场景

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

context-space · 安装

安装

Claude Desktop 集成

通过 MCP 将 Context Space 添加到 Claude Desktop:

{
  "mcpServers": {
    "context-space": {
      "command": "npx",
      "args": ["@contextspace/mcp-server"],
      "env": {
        "CONTEXT_SPACE_API_KEY": "your_api_key_here"
      }
    }
  }
}

CLI 集成

对于 Claude Code:

claude mcp add "context-space" https://api.context.space/api/mcp --header "Authorization: Bearer YOUR_API_KEY"

Cursor IDE 集成

使用深度链接:cursor://add-to-context-space

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