MCP Outlook Tools
JSON →Interact with Microsoft Outlook for calendar management, email operations, and search functionality.
Install
pip install -e Tools · 3
- add_appointment Add a new appointment to Outlook calendar with parameters: subject, start_time, end_time, location (optional), description (optional), categories (optional), busy_status (optional)
- get_calendar Get calendar items for a date range with parameters: start_date, end_date
- send_email Send an email via Outlook with parameters: to, cc, subject, body
Links
★ 12 GitHub stars