Claude Outlook MCP Tool

outlook_calendar

Interact with Microsoft Outlook for macOS calendar - view, create, and manage events

Input Schema

NameRequiredDescriptionDefault
attendeesNoComma-separated list of attendee email addresses (optional for create operation)
bodyNoEvent description/body (optional for create operation)
daysNoNumber of days to look ahead (optional, for upcoming operation, default: 7)
endNoEnd time in ISO format (required for create operation)
limitNoNumber of events to retrieve (optional, for today and upcoming operations)
locationNoEvent location (optional for create operation)
operationYesOperation to perform: 'today', 'upcoming', 'search', or 'create'
searchTermNoText to search for in events (required for search operation)
startNoStart time in ISO format (required for create operation)
subjectNoEvent subject/title (required for create operation)

Input Schema (JSON Schema)

{ "properties": { "attendees": { "description": "Comma-separated list of attendee email addresses (optional for create operation)", "type": "string" }, "body": { "description": "Event description/body (optional for create operation)", "type": "string" }, "days": { "description": "Number of days to look ahead (optional, for upcoming operation, default: 7)", "type": "number" }, "end": { "description": "End time in ISO format (required for create operation)", "type": "string" }, "limit": { "description": "Number of events to retrieve (optional, for today and upcoming operations)", "type": "number" }, "location": { "description": "Event location (optional for create operation)", "type": "string" }, "operation": { "description": "Operation to perform: 'today', 'upcoming', 'search', or 'create'", "enum": [ "today", "upcoming", "search", "create" ], "type": "string" }, "searchTerm": { "description": "Text to search for in events (required for search operation)", "type": "string" }, "start": { "description": "Start time in ISO format (required for create operation)", "type": "string" }, "subject": { "description": "Event subject/title (required for create operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools