Outlook Email MCP Server
Server Details
Server URL: https://outlook-email.mintmcp.com/mcp
Available Tools
Tool Descriptions
- search_email - Search for emails using Outlook's Keyword Query Language (KQL), with support for complex queries including date ranges, attachments, and sender/recipient filters
- draft_email - Create new email drafts with rich text formatting using Markdown to HTML conversion, supporting multiple recipients and importance levels
- draft_reply - Create reply drafts to existing emails with automatic threading, recipient management, and support for reply-all functionality
- send_draft - Send previously created email drafts, moving them from Drafts folder to Sent Items
- get_email - Retrieve full email content including body, attachments metadata, and complete header information
Configuration
Add this configuration to your MCP client settings:
{
"mcpServers": {
"outlook-email": {
"command": "npx",
"args": [
"mcp-remote",
"https://outlook-email.mintmcp.com/mcp"
]
}
}
}
Features
- Advanced email search with KQL syntax support
- Rich text email composition with Markdown to HTML conversion
- Smart reply and reply-all functionality with automatic threading
- Draft management with save and send capabilities
- Full attachment metadata access
- Support for importance levels and read status
- Pagination support for large result sets
- Comprehensive error handling with detailed error messages
Search Query Examples
from:john@example.com
- Emails from specific sender
subject:meeting
- Emails with 'meeting' in subject
hasAttachment:yes
- Emails with attachments
received:2025-01-01..2025-01-31
- Emails received in date range
sent:2025-01-01
- Emails sent on specific date