MCP Catalogs
首页

everything vs che-ical-mcp

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

everything
by modelcontextprotocol
che-ical-mcp
by PsychQuant
Stars★ 85,748★ 27
30天用量
综合分7744
官方
分类
开发者工具AI / LLM 工具其它
效率工具AI / LLM 工具开发者工具
实现语言TypeScriptSwift
最近提交本月本月

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

che-ical-mcp · 概述

macOS 日历和提醒 MCP 服务器,具有 29 个工具和原生 Swift EventKit 集成。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

che-ical-mcp · 使用场景

  • 管理个人和工作日程,提供全面的事件和提醒功能
  • 通过 Claude 等 AI 助手自动化日程操作和任务管理
  • 批量操作同时管理多个事件和提醒

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

che-ical-mcp · 安装

Claude Desktop 安装

方法 1:MCPB 一键安装(推荐)
  1. 从 [发布页面](https://github.com/PsychQuant/che-ical-mcp/releases) 下载 che-ical-mcp.mcpb
  2. 双击 .mcpb 文件进行安装
  3. 重启 Claude Desktop
方法 2:手动配置
  1. 下载二进制文件:

``bash curl -L https://github.com/PsychQuant/che-ical-mcp/releases/latest/download/CheICalMCP -o /usr/local/bin/che-ical-mcp chmod +x /usr/local/bin/che-ical-mcp ``

  1. 编辑 ~/Library/Application Support/Claude/claude_desktop_config.json 文件:

``json { "mcpServers": { "che-ical-mcp": { "command": "/usr/local/bin/che-ical-mcp" } } } ``

  1. 重启 Claude Desktop
对比内容由 README + GitHub 公开数据自动生成,定期更新。