MCP Server for apple calendar
@Allenyzh
A simple mcp-server to add calendar events
Overview
What is MCP Server for apple calendar?
An MCP server that allows Claude or other MCP-compatible clients to generate calendar events on Apple Calendar. Designed for macOS users who want to create events via AI assistants.
How to use MCP Server for apple calendar?
Install dependencies with pnpm i, build with pnpm build, then configure your MCP client with the command node and arguments ./build/index.js. Optionally use pnpm inspector to test with the MCP Inspector.
Key features of MCP Server for apple calendar
- Create Apple Calendar events from AI clients
- Simple installation and configuration
- Works with any MCP-compatible client (e.g. Claude)
- Provides an inspector tool for testing
Use cases of MCP Server for apple calendar
- Automatically schedule meetings from a chat conversation
- Add calendar events without switching apps
- Integrate calendar creation into AI-driven workflows
FAQ from MCP Server for apple calendar
What runtime does it require?
Node.js and pnpm are required. The server is built with TypeScript and compiled to JavaScript.
How do I configure the MCP server?
In your MCP client settings, add a server entry with command node and args ./build/index.js (pointing to your build output).
Does it work on Windows or Linux?
The README only describes usage on macOS (Apple Calendar), so it likely requires macOS.
Does it support deleting or reading events?
No – the README only mentions generating calendar events. Other operations are not documented.
What transport does it use?
The README does not specify the transport; it follows the standard MCP protocol (likely stdio via the configured command).