MCP server for email + calendar via classic Outlook on Windows (COM automation). No Azure app registration, no OAuth โ it just drives the Outlook desktop client you're already signed into.
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"email-mcp"
]
}
}
}