Integrate Microsoft Outlook Email MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Microsoft Outlook Email
Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my emails', 'my inbox', or needs identity context. Use the returned id to scope queries in Find Email or identify the sender in email results. See the documentation.
Update an existing contact, See the docs
Send an email to one or multiple recipients, See the docs
Reply to an email in Microsoft Outlook. See the documentation
Removes a label/category from an email in Microsoft Outlook. See the documentation
Moves an email to the specified folder in Microsoft Outlook. See the documentation
Get all the labels/categories that have been defined for a user. See the documentation
Get the most important mail from the user's Inbox. See the documentation
Retrieves a list of all folders in Microsoft Outlook. See the documentation
Get a contact collection from the default contacts folder, See the documentation
Search for an email in a shared folder in Microsoft Outlook. See the documentation
Search for an email in Microsoft Outlook. See the documentation
Finds contacts with the given search string. See the documentation
Downloads an attachment to the /tmp directory. See the documentation
Create a draft reply to an email. See the documentation
Create a draft email, See the documentation
Add a contact to the root Contacts folder, See the documentation
Suspend the workflow until approved by email. See the documentation
Adds a label/category to an email in Microsoft Outlook. See the documentation