mcp-outlook
If you are the rightful owner of mcp-outlook and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol server that integrates with Microsoft Outlook through Microsoft Graph API, allowing Claude and other LLMs to check calendar events, schedule new ones, read emails, and send messages.
listCalendarEvents
Lists the user's calendar events for a specified time range.
createCalendarEvent
Creates a new calendar event.
getCalendarEvent
Gets details of a specific calendar event.
updateCalendarEvent
Updates an existing calendar event.
deleteCalendarEvent
Deletes a calendar event.
listEmails
Lists emails from a specified folder (inbox, sent, drafts, etc.).
getEmail
Gets details of a specific email message.
sendEmail
Sends a new email message.
createDraft
Creates a draft email message without sending it.
markEmailAsRead
Marks an email message as read.
markEmailAsUnread
Marks an email message as unread.
deleteEmail
Deletes an email message.
searchPeople
Find a person in the organisation or your recent contacts.
getPerson
Get information on a person.