MCP Server for apple calendar
@Allenyzh
About MCP Server for apple calendar
A simple mcp-server to add calendar events
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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).
More Productivity MCP servers
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Comments