Stats
Actions
Tags
From Microsoft Outlook
Connects to Microsoft Outlook to read, send, and manage emails, calendar events, and contacts via the Microsoft Graph API. Requires OAuth authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"microsoft-outlook": {
"command": "npx",
"args": [
"-y",
"@zapier/microsoft-outlook-connector",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub zapier/marketplace --plugin microsoft-outlook