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
Outlook Calendar MCP Server
calendar

Outlook Calendar MCP Server MCP Server

Access and manage Microsoft Outlook calendar

outlookcalendarmicrosoftscheduling

About

## Outlook Calendar MCP Server: Microsoft Calendar The **Outlook Calendar MCP Server** integrates Microsoft Outlook Calendar into Google Antigravity, enabling developers to manage appointments, schedule meetings, and coordinate calendars through AI-assisted workflows. ### Why Outlook Calendar MCP? - **Microsoft 365 Integration**: Native integration with the Microsoft ecosystem - **Meeting Scheduling**: Create meetings with Teams integration - **Shared Calendars**: Access team and resource calendars - **Free/Busy**: Check availability across organization - **Recurring Events**: Complex recurrence pattern support ### Key Features #### 1. Event Management ```javascript // Create event const event = await outlook.createEvent({ subject: "Sprint Planning", body: { contentType: "HTML", content: "<h1>Sprint Planning</h1><p>Agenda...</p>" }, start: { dateTime: "2024-12-16T10:00:00", timeZone: "Eastern Standard Time" }, end: { dateTime: "2024-12-16T11:00:00", timeZone: "Eastern Standard Time" }, attendees: [ { emailAddress: { address: "team@company.com" }, type: "required" } ], isOnlineMeeting: true, onlineMeetingProvider: "teamsForBusiness" }); // List events const events = await outlook.listEvents({ startDateTime: new Date().toISOString(), endDateTime: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000).toISOString(), orderBy: "start/dateTime" }); ``` #### 2. Calendar Management ```javascript // Get calendars const calendars = await outlook.listCalendars(); // Check availability const availability = await outlook.getSchedule({ schedules: ["user1@company.com", "user2@company.com"], startTime: { dateTime: "2024-12-16T08:00:00", timeZone: "UTC" }, endTime: { dateTime: "2024-12-16T18:00:00", timeZone: "UTC" }, availabilityViewInterval: 30 }); // Find meeting times const suggestions = await outlook.findMeetingTimes({ attendees: [ { emailAddress: { address: "user1@company.com" } }, { emailAddress: { address: "user2@company.com" } } ], meetingDuration: "PT1H", timeConstraint: { timeslots: [{ start: { dateTime: "2024-12-16T08:00:00", timeZone: "UTC" }, end: { dateTime: "2024-12-20T18:00:00", timeZone: "UTC" } }] } }); ``` ### Configuration ```json { "mcpServers": { "outlook-calendar": { "command": "npx", "args": ["-y", "@anthropic/mcp-outlook-calendar"], "env": { "OUTLOOK_CLIENT_ID": "your-client-id", "OUTLOOK_CLIENT_SECRET": "your-client-secret", "OUTLOOK_TENANT_ID": "your-tenant-id" } } } } ``` ### Use Cases **Meeting Scheduling**: Schedule team meetings with automatic Teams links. **Availability Management**: Find optimal meeting times across team calendars. **Resource Booking**: Book conference rooms and resources. The Outlook Calendar MCP Server brings Microsoft calendar power to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "outlook-calendar": {
      "mcpServers": {
        "outlook-calendar": {
          "env": {
            "AZURE_CLIENT_ID": "YOUR_CLIENT_ID",
            "AZURE_TENANT_ID": "YOUR_TENANT_ID"
          },
          "args": [
            "outlook-calendar-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1Set up Azure AD application
  2. 2Configure OAuth permissions for Calendar
  3. 3Works on Windows with Outlook installed

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