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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List all emails in the user's inbox.
Search for emails based on a query string.
Read a specific email by its ID.
Send an email with specified parameters like recipient, subject, and body.
Create a new calendar event with details such as title, start time, and end time.
List all calendar events for the user.
Update an existing calendar event by its ID.
Delete a calendar event by its ID.
List all email folders in the user's account.
Create a new email folder with a specified name.
Move items from one folder to another specified folder.
Create a new mail processing rule with specified criteria.
List all mail processing rules for the user.
Delete a mail processing rule by its ID.