Outlook

Outlook

Outlook is Microsoft’s email and calendaring platform integrating contacts, tasks, and scheduling, enabling users to manage communications and events in a unified workspace

7189VIEWS
511USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app outlooknpx @composio/cli add cursor --app outlooknpx @composio/cli add cursor --app outlooknpx @composio/cli add cursor --app outlook

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Mail Attachment

Tool to add an attachment to an email message. use when you have a message id and need to attach a small (<3 mb) file or reference.

Create Calendar

Tool to create a new calendar in the signed-in user's mailbox. use when organizing events into a separate calendar.

Create Contact Folder

Tool to create a new contact folder in the user's mailbox. use when needing to organize contacts into custom folders.

Create Email Rule

Create email rule filter with conditions and actions

Create Mail Folder

Tool to create a new mail folder. use when you need to organize email into a new folder.

Create Master Category

Tool to create a new category in the user's master category list. use after selecting a unique display name.

Delete Mail Folder

Delete a mail folder from the user's mailbox. use when you need to remove an existing mail folder.

Download Outlook Attachment

Downloads a specific file attachment from an email message in a microsoft outlook mailbox; the attachment must contain 'contentbytes' (binary data) and not be a link or embedded item.

Get Mailbox Settings

Tool to retrieve mailbox settings. use when you need to view settings such as automatic replies, time zone, and working hours for the signed-in or specified user.

Get Mail Delta

Tool to retrieve incremental changes (delta) of messages in a mailbox. use when syncing mailbox updates since last checkpoint.

Get Mail Tips

Tool to retrieve mail tips such as automatic replies and mailbox full status. use when you need to check recipient status before sending mail.

Get Master Categories

Tool to retrieve the user's master category list. use when you need to get all categories defined for the user.

Get Supported Languages

Tool to retrieve supported languages in the user's mailbox. use when you need to display or select from available mailbox languages.

Get Supported Time Zones

Tool to retrieve supported time zones in the user's mailbox. use when you need a list of time zones to display or choose from for event scheduling.

List Outlook Calendars

Tool to list calendars in the signed-in user's mailbox. use when you need to retrieve calendars with optional odata queries.

List Event Attachments

Tool to list attachments for a specific outlook calendar event. use when you have an event id and need to view its attachments.

List Outlook Attachments

Lists metadata (like name, size, and type, but not `contentbytes`) for all attachments of a specified outlook email message.

List Event Reminders

Tool to retrieve reminders for events occurring within a specified time range. use when you need to see upcoming reminders between two datetimes.

Add Event Attachment

Adds an attachment to a specific outlook calendar event. use when you need to attach a file or nested item to an existing event.

Create Calendar Event

Creates a new outlook calendar event, ensuring `start datetime` is chronologically before `end datetime`.

20 actions available