能力标签
开源MCP工具
🔌
MCP工具

开源MCP工具

基于 Swift · 让 AI 助手直接操作你的系统与工具
英文名:che-ical-mcp
⭐ 29 Stars 🍴 8 Forks 💻 Swift 📄 MIT 🏷 AI 8.0分
8.0AI 综合评分
mcpai-toolsappleautomationcalendar
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:开源MCP工具 是一款优质的MCP工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

开源MCP工具 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 开源MCP工具,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。开源MCP工具 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 开源MCP工具 评为 AI 评分 8.0 分,属于同类工具中的优质选择。

📋 工具概览

macOS日历和提醒MCP服务器,29个工具

开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 29
开发语言
Swift
支持平台
macOS / iOS
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
8.0 分
工具类型
MCP工具
Forks
8

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

macOS日历和提醒MCP服务器,29个工具

开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/PsychQuant/che-ical-mcp

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "--mcp--": {
      "command": "npx",
      "args": ["-y", "che-ical-mcp"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 开源MCP工具 执行以下任务...
Claude: [自动调用 开源MCP工具 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "__mcp__": {
      "command": "npx",
      "args": ["-y", "che-ical-mcp"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 82/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

che-ical-mcp

License: MIT macOS Swift MCP

macOS Calendar & Reminders MCP server - Native EventKit integration for complete calendar and task management.

English | 繁體中文

---

## ⚠️ Claude Desktop .mcpb install is temporarily broken (2026-05-12) The .mcpb extension install for Claude Desktop cannot write to Calendar / Reminders on Claude Desktop 1.6608.2 and later (released ~2026-05-09). Write tools return Calendar access denied; read tools still work. Use one of these instead until Anthropic ships a fix: | Path | Status | |------|--------| | Claude Code plugin (claude plugin install che-ical-mcp@psychquant-claude-plugins) | ✓ Works | | Legacy claude_desktop_config.json (point Claude Desktop at the binary directly) | ⚠ Untested, may bypass the broken wrapper | | Google Calendar API + manual move to target calendar | ✓ Works | Tracking: upstream anthropics/claude-code#58239, local #132. Detailed evidence + structural diagnosis in those threads. This banner will be removed once Anthropic restores .mcpb Calendar access.

---

v1.0.0 Features

Advanced Features (v0.3.0+)

"Search for events containing 'meeting'"
"Search for events with both 'project' AND 'review'"
"What do I have today?"
"Show me this week's schedule"
"Are there any conflicts if I schedule a meeting from 2-3 PM?"
"Create 3 weekly team meetings for the next 3 weeks"
"Copy the dentist appointment to my Work calendar"
"Move all events from 'Old Calendar' to 'New Calendar'"
"Delete all the cancelled events"
"Find duplicate events between 'IDOL' and 'Idol' calendars"

Requirements

  • macOS 14.0+ (Sonoma or later — required since cluster v1.11.0+ for full TCC permission API support)
  • Xcode Command Line Tools (only if building from source)

2. Install the plugin

claude plugin install che-ical-mcp@che-ical-mcp


> **Inside Claude Code?** The slash-command equivalents `/plugin marketplace add PsychQuant/che-ical-mcp` and `/plugin install che-ical-mcp@che-ical-mcp` work the same way.
>
> **Add via git, not a raw URL.** The marketplace's plugin `source` is a same-repo relative path (`./plugin`), which only resolves when the marketplace is added through its Git repo (GitHub `owner/repo`, as above) — not via a direct URL to `marketplace.json`.
>
> The plugin is also still bundled in the `psychquant-claude-plugins` aggregator (`claude plugin install che-ical-mcp@psychquant-claude-plugins`); both serve the same versioned binary.

> **Note:** The plugin wraps the MCP binary with auto-download. If the binary is not found at `~/bin/CheICalMCP`, it will be downloaded from GitHub Releases on first use.

#### Option B: Install as standalone MCP

If you only need the MCP server without plugin features:
bash

Build from Source (Optional)

git clone https://github.com/PsychQuant/che-ical-mcp.git
cd che-ical-mcp
make release && make install
⚠️ Swift 6 / Xcode 18 users: Do not use swift build directly — upstream MCP SDK has a concurrency error (swift-sdk#214). The Makefile auto-detects this and falls back to Swift 5 language mode.

On first use, macOS will prompt for Calendar and Reminders access - click "Allow".

Upgrading an existing install

The plugin wrapper auto-downloads on fresh installs, but does NOT replace an existing binary. To upgrade in place:

~/bin/CheICalMCP --self-update

This queries GitHub Releases for the latest tag, downloads the new binary, and atomically replaces the current one. If the binary is currently running as an MCP server, restart your MCP host (Claude Desktop / Claude Code) afterward to pick up the new version. Manual alternative if --self-update is unavailable: rm -f ~/bin/CheICalMCP && curl -L https://github.com/PsychQuant/che-ical-mcp/releases/latest/download/CheICalMCP -o ~/bin/CheICalMCP && chmod +x ~/bin/CheICalMCP.

---

Installation

Build from Source (Optional)

```bash git clone https://github.com/PsychQuant/che-ical-mcp.git cd che-ical-mcp make release && make install

-t install → accepted; source=Notarized Developer ID ← use this

the .app bundle check. -t install is the documented assessment type for

software being installed (which describes how a CLI binary lands in ~/bin),

Quick Start

Usage Examples

Apple's Code Signing Guide describes -t execute as the assessment type for

-- : separator between claude options and the command

claude mcp add --scope user --transport stdio che-ical-mcp -- ~/bin/CheICalMCP ```

💡 Tip: Always install the binary to a local directory like ~/bin/. Avoid placing it in cloud-synced folders (Dropbox, iCloud, OneDrive) as file sync operations can cause MCP connection timeouts.

CLI Mode (No MCP Server)

All 29 tools can be invoked directly from the command line without running the MCP server:

```bash

not raw Mach-O CLI binaries)

Troubleshooting

ProblemSolution
Server disconnectedRebuild with make release && make install
Permission deniedGrant Calendar/Reminders access in System Settings > Privacy & Security
Permission dialog never appearsSee [Grant Permissions](#grant-permissions) for macOS Sequoia workaround
**Permission denied over SSH**See [SSH Access](#ssh-access) below
**Permission denied under launchd**See [launchd / Automation](#launchd--automation) below
**One service denied while every diagnostic reports green**See [Silent permanent denial after upgrade](#silent-permanent-denial-after-upgrade-154) below
Calendar not foundEnsure the calendar is visible in macOS Calendar app
Reminders not syncingCheck iCloud sync in System Settings
🇨🇳 中文文档镜像 AI 翻译 2026-06-23
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

che-ical-mcp 是一个专为 macOS 设计的 MCP (Model Context Protocol) 服务端实现,旨在为 AI 助手提供对 macOS 日历 (Calendar) 和提醒事项 (Reminders) 的深度访问能力。通过该工具,AI 可以直接读取、查询及管理用户的日程安排,实现智能化的日程调度与任务管理。

⚡ 功能介绍

该项目支持强大的自然语言日程管理功能。用户可以通过 Claude 等 AI 助手进行复杂的查询,例如搜索特定关键词的会议、查看当日或本周日程、检测日程冲突等。此外,它还支持自动化操作,如批量创建周期性会议、跨日历复制事件、移动或删除特定日历中的所有日程,极大提升了日程管理的智能化程度。

📋 环境依赖

使用本项目需要 macOS 14.0 (Sonoma) 或更高版本的系统环境,这是为了确保能够通过最新的 TCC permission API 获取完整的日历与提醒事项访问权限。如果需要从源码构建,则必须安装 Xcode Command Line Tools。

🛠 安装步骤(Docker/pip/源码)

可以通过 Claude 命令行工具直接安装插件:使用 `claude plugin install che-ical-mcp@che-ical-mcp`。若在 Claude Code 环境中,可使用对应的 slash-command 进行安装。此外,开发者也可以选择从源码构建,通过 `git clone` 项目仓库后,利用 Makefile 进行编译与安装。注意:针对 Swift 6 / Xcode 18 用户,Makefile 已自动处理了 MCP SDK 的并发错误兼容性。

🚀 使用教程

安装完成后,即可通过 Claude 等支持 MCP 协议的客户端直接调用。用户可以使用自然语言指令,如“我今天有什么安排?”或“帮我把明天的会议移到后天”,AI 将通过 MCP 协议调用底层的工具集来执行实际的日历操作。请确保遵循 Apple 的代码签名规范以保证执行权限。

⚙️ 配置说明(含 MCP / env)

在配置 MCP 服务时,建议使用 `claude mcp add` 命令并指定 `--transport stdio`。特别提示:请务必将生成的二进制文件安装在本地目录(如 `~/bin/`),避免将其放置在 Dropbox、iCloud 或 OneDrive 等云同步文件夹中,以防止文件同步操作导致的 MCP 连接超时问题。

🔌 API 说明

除了作为 MCP Server 运行外,本项目还提供 CLI Mode(命令行模式)。该模式允许用户不启动 MCP Server,直接通过命令行调用全部 29 个内置工具。这对于自动化脚本编写或在非 MCP 环境下进行快速测试非常有用。

❓ FAQ 摘要

针对常见问题,如果遇到 Server disconnected(服务器断开)的情况,建议重新执行 `make release && make install` 进行构建;若遇到 Permission denied(权限拒绝),请前往 macOS 系统设置中的“隐私与安全性”授予日历与提醒事项的访问权限;若权限弹窗未出现,请检查系统权限配置。

🎯 aiskill88 AI 点评 A 级 2026-06-23

高质量的开源MCP工具,功能丰富

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
che-ical-mcp 中文教程che-ical-mcp 安装报错怎么办che-ical-mcp MCP 配置che-ical-mcp Agent 工作流che-ical-mcp 与同类工具对比che-ical-mcp 最佳实践che-ical-mcp 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

che-ical-mcp 是一款Swift开发的AI辅助工具。开源MCP工具:macOS Calendar & Reminders MCP server with 29 tools — Native Swift EventKit inte。⭐29 · Swift 主要应用场景包括:自动化日历和提醒管理。
💡 AI Skill Hub 点评

总体来看,开源MCP工具 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 开源MCP工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 che-ical-mcp
原始描述 开源MCP工具:macOS Calendar & Reminders MCP server with 29 tools — Native Swift EventKit inte。⭐29 · Swift
Topics mcpai-toolsappleautomationcalendar
GitHub https://github.com/PsychQuant/che-ical-mcp
License MIT
语言 Swift
🔗 原始来源
🐙 GitHub 仓库  https://github.com/PsychQuant/che-ical-mcp 🌐 官方网站  https://github.com/PsychQuant/che-ical-mcp/releases

收录时间:2026-06-23 · 更新时间:2026-06-23 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →