MCP iCal 自然语言日历管理工具

MCP iCal 自然语言日历管理工具

通过自然语言与 macOS 日历交互的 Model Context Protocol 服务器。

快速入门

前置条件

安装步骤

  1. 克隆仓库并安装依赖:
    git clone https://github.com/Omar-V2/mcp-ical.git
    cd mcp-ical
    uv sync
    `` `
    
  2. 配置 Claude for Desktop: 编辑 ~/Library/Application Support/Claude/claude_desktop_config.json 文件:
    {
        "mcpServers": {
            "mcp-ical": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-ical",
                    "run",
                    "mcp-ical"
                ]
            }
        }
    }
    
  3. 启动终端运行 Claude:
    /Applications/Claude.app/Contents/MacOS/Claude
    
  4. 测试功能: 输入 "What's my schedule looking like for next week?"