This MCP server gives Claude Desktop access to your Microsoft 365 mail and Calendar, OneDrive, and Sharepoint using the Microsoft Graph API.
✨ Features
✅ Mail access: Compose, File, Delete, Search, filter, and analyze your inbox from Claude or any MCP-compatible agent (DONE)
🔜 Calendar support: List Events, Create Events, Delete Events, Search, Update (DONE)
🚧 OneDrive/Sharepoint support: Drive load, file metadata, file search queries (Coming soon: file parsing)
Server Config
{
"mcpServers": {
"outlook": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/OutlookMCPServer",
"run",
"mcpserver/main.py"
]
}
}
}