67
/ 100
1 month ago
glama

MS365 Email MCP Server

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.

Is this your MCP?

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.

// key findings
16 tools verified — handlers match their declared behaviour
7 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MS365_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOG_LEVELexport ="INFO" # Optional, defaults to INFO
configHOSTexport ="0.0.0.0" # Optional, defaults to 0.0.0.0
configPORTexport ="8100" # Optional, defaults to 8100
configSTATELESS_HTTPexport ="true" # Optional, defaults to true
configMS365_CLIENT_IDyour-azure-ad-client-id
🔐 secretMS365_CLIENT_SECRETyour-azure-ad-client-secret
configMS365_TENANT_IDyour-tenant-id
configMS365_USER_IDENTIFIERuser@domain.com # UserPrincipalName or Graph ID of the shared mailbox
configMS365_CLOUD_TYPEgov # Options: "commercial" (default), "gov", "government", "usgov"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/thedevopsstore-email-mcp-server-118z8i)](https://m8ven.ai/mcp/thedevopsstore-email-mcp-server-118z8i)
commit: 0bd96e7d10620ecb3a246f79969137b84e1ede56
code hash: 7a1b49f95a18fbef8906d622e013afae767a0a92a4e36c4b3d8210471680e5a3
verified: 6/21/2026, 10:19:38 AM
view raw JSON →