About
Overview
The Outlook MCP Server enables AI agents to interact with Microsoft Outlook through the Microsoft Graph API. It provides tools for managing emails, calendar events, contacts, and tasks. Supports both personal Microsoft accounts and Microsoft 365 organizational accounts.
Capabilities
Tools & Capabilities
⚡send_email
Send an email via Outlook
⚡read_emails
Read recent emails
⚡search_emails
Search emails with OData filters
⚡list_events
List upcoming calendar events
⚡create_event
Create a new calendar event
⚡list_contacts
List contacts
Setup
Installation
bash
Install
npx -y mcp-server-outlookExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": ["-y", "mcp-server-outlook"],
"env": {
"AZURE_CLIENT_ID": "your-client-id",
"AZURE_TENANT_ID": "your-tenant-id"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 90
Last UpdatedFeb 12, 2026