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 inbox.
Search for emails based on a query string.
Read a specific email 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), start_time (datetime), end_time (datetime), attendees (optional array).
List all calendar events for the user.
Update an existing calendar event by its ID. Parameters: event_id (string), updates (object).
Delete a calendar event by its ID.
List all email folders for the user.
Create a new email folder. Parameters: folder_name (string).
Move items from one folder to another. Parameters: item_ids (array), destination_folder_id (string).
Create a mail processing rule. Parameters: rule_details (object).
List all mail processing rules for the user.
Delete a mail processing rule by its ID.