Microsoft 365
CommunitybyCommunity
Microsoft Graph API: mail, files, Excel, and calendar.
API Key Required
Configuration
{
"mcpServers": {
"microsoft-365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-microsoft-365"
],
"env": {
"MICROSOFT_365_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.