Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

create-event

Add events to macOS Calendar by specifying title, start and end times, description, location, and calendar name directly through a Model Context Protocol server integration.

Instructions

在macOS日历中创建新事件

Input Schema

NameRequiredDescriptionDefault
calendarNo日历名称个人
descriptionNo事件描述
endDateYes结束时间,格式:YYYY-MM-DD HH:MM
locationNo事件地点
startDateYes开始时间,格式:YYYY-MM-DD HH:MM
titleYes事件标题

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "calendar": { "default": "个人", "description": "日历名称", "type": "string" }, "description": { "default": "", "description": "事件描述", "type": "string" }, "endDate": { "description": "结束时间,格式:YYYY-MM-DD HH:MM", "type": "string" }, "location": { "default": "", "description": "事件地点", "type": "string" }, "startDate": { "description": "开始时间,格式:YYYY-MM-DD HH:MM", "type": "string" }, "title": { "description": "事件标题", "type": "string" } }, "required": [ "title", "startDate", "endDate" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xybstone/macos-calendar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server