Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

search-events

Search for calendar events in macOS Calendar using specific keywords and specified calendars. Simplify event retrieval without OAuth setup through direct integration with the macOS Calendar application.

Instructions

搜索事件

Input Schema

NameRequiredDescriptionDefault
calendarNo日历名称个人
queryYes搜索关键词

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "calendar": { "default": "个人", "description": "日历名称", "type": "string" }, "query": { "description": "搜索关键词", "type": "string" } }, "required": [ "query" ], "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