Enhanced Outlook MCP Server provides a robust bridge to the Microsoft Graph API, enabling AI assistants to interact seamlessly with Outlook email, calendar, and messaging capabilities. Built with a modular architecture, it supports multi-user authentication, comprehensive email management, calendar scheduling, and mail rule configuration through a standardized set of tools. The implementation is particularly valuable for users seeking programmatic control over their Outlook ecosystem through natural language interactions.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List all emails in the user's mailbox.
Search for emails in the user's mailbox based on a query.
Read the content of a specific email identified by its ID.
Send a new email. Parameters: recipient (string), subject (string), body (string), attachments (optional array).
Create a new calendar event. Parameters: title (string), startTime (datetime), endTime (datetime), attendees (optional array).
List all calendar events for the user.
Update the details of an existing calendar event identified by its ID. Parameters: eventId (string), updates (object).
Delete a calendar event identified by its ID.
List all email folders in the user's mailbox.
Create a new email folder. Parameters: folderName (string).
Move items from one folder to another. Parameters: sourceFolderId (string), destinationFolderId (string), itemIds (array).
Create a new mail processing rule. Parameters: ruleDetails (object).
List all mail processing rules.
Delete a mail processing rule identified by its ID.