Claude Outlook MCP Tool
outlook_mail
Interact with Microsoft Outlook for macOS - read, search, send, and manage emails
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachments | No | File paths to attach to the email (optional for send operation) | |
bcc | No | BCC email address (optional for send operation) | |
body | No | Email body content (required for send operation) | |
cc | No | CC email address (optional for send operation) | |
folder | No | Email folder to use (optional - if not provided, uses inbox or searches across all folders) | |
isHtml | No | Whether the body content is HTML (optional for send operation, default: false) | |
limit | No | Number of emails to retrieve (optional, for unread, read, and search operations) | |
operation | Yes | Operation to perform: 'unread', 'search', 'send', 'folders', or 'read' | |
searchTerm | No | Text to search for in emails (required for search operation) | |
subject | No | Email subject (required for send operation) | |
to | No | Recipient email address (required for send operation) |