Access and manage Microsoft Outlook calendar
View, create, and update calendar events. Find free time slots and manage multiple calendars through Model Context Protocol.
{
"mcpServers": {
"outlook-calendar": {
"mcpServers": {
"outlook-calendar": {
"env": {
"AZURE_CLIENT_ID": "YOUR_CLIENT_ID",
"AZURE_TENANT_ID": "YOUR_TENANT_ID"
},
"args": [
"outlook-calendar-mcp"
],
"command": "uvx"
}
}
}
}
}