MCP Servers / productivity / Microsoft 365

Microsoft 365

JSON →
stdionone733productivity

MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)

Install
How to run this server
[ { "cmd": "npx -y @softeria/ms-365-mcp-server", "imports": [] } ]
server path: microsoft-365
Tools
What this server exposes
list-mail-messages
List email messages from Outlook
get-mail-message
Get a specific email message from Outlook
list-drives
List available drives
get-drive-item
Get a specific drive item
download-bytes
Download file bytes from a drive
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envMS365_MCP_CLIENT_ID
envMS365_MCP_CLIENT_SECRET
envMS365_MCP_TENANT_ID
envMS365_MCP_OAUTH_TOKEN
envMS365_MCP_EXPECTED_HOME_ACCOUNT_ID
envMS365_MCP_KEYVAULT_URL
envPRINCIPAL_ID
envAZURE_CLIENT_ID
envAZURE_CLIENT_SECRET
envAZURE_TENANT_ID
Resources
Microsoft 365 — MCP Server · libregistry