A Python-based MCP server for Microsoft 365 Outlook email operations using OAuth 2.0 Client Credentials Flow, enabling automated email management for autonomous agents.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LOG_LEVEL— export ="INFO" # Optional, defaults to INFOHOST— export ="0.0.0.0" # Optional, defaults to 0.0.0.0PORT— export ="8100" # Optional, defaults to 8100STATELESS_HTTP— export ="true" # Optional, defaults to trueMS365_CLIENT_ID— your-azure-ad-client-idMS365_CLIENT_SECRET— your-azure-ad-client-secretMS365_TENANT_ID— your-tenant-idMS365_USER_IDENTIFIER— user@domain.com # UserPrincipalName or Graph ID of the shared mailboxMS365_CLOUD_TYPE— gov # Options: "commercial" (default), "gov", "government", "usgov"[](https://m8ven.ai/mcp/thedevopsstore-email-mcp-server-118z8i)