A pure Swift MCP server providing native macOS Calendar (EventKit) access to AI assistants like Claude
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"calendar-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A pure Swift implementation of a Model Context Protocol (MCP) server that provides native macOS Calendar (EventKit) access to AI assistants like Claude.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP Security Weekly
Get CVE alerts and security updates for Calendar Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A pure Swift implementation of a Model Context Protocol (MCP) server that provides native macOS Calendar (EventKit) access to AI assistants like Claude.
calendar_list_events - List events within a date rangecalendar_create_event - Create new calendar eventscalendar_get_event - Get detailed information about a specific eventcalendar_update_event - Update existing eventscalendar_delete_event - Delete eventscalendar_search_events - Search for events by title, notes, or locationcalendar_list_calendars - List all available calendars with details# Clone the repository
git clone https://github.com/alexchambers/calendar-mcp.git
cd calendar-mcp
# Build the server
swift build -c release
# Or use the build script
./build.sh
Build the server (see above)
Add to Claude Code using the MCP commands:
# Remove existing version (if any)
claude mcp remove calendar-mcp -s user
# Add the server to user space (available in all projects)
claude mcp add calendar-mcp -s user /path/to/calendar-mcp/.build/release/calendar-mcp
The server will be available in all your projects
# List all MCP servers
claude mcp list
# List only user-space servers
claude mcp list -s user
# Remove from user space
claude mcp remove calendar-mcp -s user
# Add to project-specific space (current project only)
claude mcp add calendar-mcp /path/to/calendar-mcp/.build/release/calendar-mcp
Build the server (see above)
Add to Claude Desktop configuration:
Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:
{
"mcpServers": {
"calendar-mcp": {
"type": "stdio",
"command": "/path/to/calendar-mcp/.build/release/calendar-mcp"
}
}
}
Restart Claude Desktop
On first use, macOS will prompt for calendar access. Grant permission for the server to work.
Once installed, you can ask Claude to: