Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Apple Calendar MCP Server
calendar

Apple Calendar MCP Server MCP Server

macOS Calendar integration

applemacoscalendarevents

About

## Apple Calendar MCP Server: Native Calendar Integration The **Apple Calendar MCP Server** integrates macOS and iOS Calendar directly into Google Antigravity, enabling AI assistants to create events, manage calendars, and access scheduling data programmatically. This integration brings native Apple Calendar management to your development workflow for seamless productivity automation. ### Why Apple Calendar MCP? - **Native Integration**: Direct access to macOS Calendar app without third-party dependencies - **iCloud Sync**: Events sync automatically across all Apple devices via iCloud - **Multiple Calendars**: Manage personal, work, and shared calendars in one interface - **Event Details**: Full access to attendees, locations, notes, alerts, and recurrence rules - **Natural Input**: Create events from natural language descriptions ### Key Features #### 1. Event Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a team meeting for tomorrow at 2pm for 1 hour in Conference Room A" }], tools=[{ "name": "apple_calendar_create", "description": "Create calendar events" }] ) ``` #### 2. Calendar Queries ```python # Query calendar events response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show me all meetings scheduled for next week with their attendees" }], tools=[{"name": "apple_calendar_query", "description": "Query events"}] ) ``` #### 3. Event Management ```python # Update existing events response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Move tomorrow standup meeting to 10am and add a Zoom link" }], tools=[{"name": "apple_calendar_update", "description": "Update events"}] ) ``` #### 4. Calendar Management ```python # Manage calendars response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all my calendars and create a new one for project deadlines" }], tools=[{"name": "apple_calendar_manage", "description": "Manage calendars"}] ) ``` ### Configuration ```json { "mcpServers": { "apple-calendar": { "command": "npx", "args": ["-y", "@anthropic/mcp-apple-calendar"], "env": {} } } } ``` ### Use Cases **Scheduling Automation**: Automatically create events from emails, tasks, or project management tools. **Meeting Management**: Query and organize meetings with attendee and resource tracking. **Deadline Tracking**: Create reminders and events for project milestones and deadlines. **Daily Planning**: Generate daily schedules and time blocking from task lists. The Apple Calendar MCP Server brings native calendar integration directly into your development workflow, enabling seamless scheduling automation on Apple devices.

Installation

Configuration
{
  "mcpServers": {
    "apple-calendar": {
      "mcpServers": {
        "apple-calendar": {
          "args": [
            "-y",
            "apple-calendar-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1macOS only
  2. 2Uses system Calendar app
  3. 3Natural language event creation

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers