mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
8717c7711c
Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
Outlook
Cursor plugin that connects agents to Microsoft Outlook through Cursor's remote Model Context Protocol server.
Search mail folders, read messages, send email, and look up contacts in the signed-in Microsoft account.
Install
- Open Cursor Settings → Plugins.
- Search for Outlook.
- Click Install, then complete the Microsoft sign-in prompt.
Or run /add-plugin outlook in chat.
MCP
{
"mcpServers": {
"outlook": {
"type": "http",
"url": "https://api.cursor.com/rest-mcp/outlook/mcp"
}
}
}
Auth is OAuth 2.0 against Microsoft (Entra ID). Cursor prompts for Microsoft sign-in when the plugin connects.
Docs
- Outlook mail API (Microsoft Graph): https://learn.microsoft.com/en-us/graph/api/resources/mail-api-overview
- Microsoft Graph overview: https://learn.microsoft.com/en-us/graph/overview
Logo is the official Microsoft Outlook product icon from Microsoft's Fluent brand icon CDN, placed on a white tile with padding so it reads well in the Cursor UI: https://res-1.cdn.office.net/files/fabric-cdn-prod_20240411.001/assets/brand-icons/product/svg/outlook_48x1.svg
License
MIT