Server data from the Official MCP Registry
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Set these up before or after installing:
Environment variable: OUTLOOK_CLIENT_ID
Environment variable: OUTLOOK_CLIENT_SECRET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-littlebearapps-outlook-mcp": {
"env": {
"OUTLOOK_CLIENT_ID": "your-outlook-client-id-here",
"OUTLOOK_CLIENT_SECRET": "your-outlook-client-secret-here"
},
"args": [
"-y",
"@littlebearapps/outlook-mcp"
],
"command": "npx"
}
}
}This Outlook MCP server provides comprehensive email, calendar, and contacts functionality with proper authentication via Microsoft Graph API. The code demonstrates good security practices including OAuth 2.0 token management, restrictive file permissions, and comprehensive input validation. Minor issues include error handling patterns that could expose sensitive information. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!