Back to Home
thedevopsstore icon

email-mcp-server

Verified Safe

by thedevopsstore

Overview

Provides Model Context Protocol (MCP) interface for Microsoft 365 Outlook email operations, primarily for autonomous agents.

Installation

Run Command
No command provided

Environment Variables

  • MS365_CLIENT_ID
  • MS365_CLIENT_SECRET
  • MS365_TENANT_ID

Security Notes

The server design emphasizes security: client secrets are expected via environment variables (not hardcoded), and a 'token-only' mode (server_token_only.py) is available that avoids handling client secrets altogether, relying on agents to provide pre-acquired Microsoft Graph access tokens via custom HTTP headers. This 'token-only' mode also explicitly avoids caching client instances by token, preventing long-lived tokens in memory. All network communication to Microsoft Graph uses HTTPS. It listens on '0.0.0.0' for containerized deployments, which is standard but requires network-level security. No 'eval' or other directly dangerous functions were found. Proper Azure AD app registration and permission configuration, along with secure secret management (as advised in documentation), are crucial for its secure operation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens15
Stars0
Forks0
Last Update2026-01-07

Tags

MS365OutlookEmailMCPMicrosoft Graph