Outlook integration with OAuth, message search, batch operations, and calendar management
npx -y @mcp-z/mcp-outlook{
"MS_CLIENT_ID": "YOUR_VALUE_HERE",
"MS_TENANT_ID": "YOUR_VALUE_HERE",
"MS_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"AUTH_MODE": "YOUR_VALUE_HERE",
"HEADLESS": "false",
"REDIRECT_URI": "YOUR_VALUE_HERE",
"RESOURCE_STORE_URI": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE",
"BASE_URL": "YOUR_VALUE_HERE",
"LOG_LEVEL": "YOUR_VALUE_HERE",
"DCR_MODE": "self-hosted",
"DCR_VERIFY_URL": "YOUR_VALUE_HERE",
"DCR_STORE_URI": "file://~/.mcp-z/mcp-outlook/dcr.json"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-mcp-z-mcp-outlook": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"env": {
"MS_CLIENT_ID": "YOUR_VALUE_HERE",
"MS_TENANT_ID": "YOUR_VALUE_HERE",
"MS_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"AUTH_MODE": "YOUR_VALUE_HERE",
"HEADLESS": "false",
"REDIRECT_URI": "YOUR_VALUE_HERE",
"RESOURCE_STORE_URI": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE",
"BASE_URL": "YOUR_VALUE_HERE",
"LOG_LEVEL": "YOUR_VALUE_HERE",
"DCR_MODE": "self-hosted",
"DCR_VERIFY_URL": "YOUR_VALUE_HERE",
"DCR_STORE_URI": "file://~/.mcp-z/mcp-outlook/dcr.json"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Outlook is an MCP server for Outlook integration with OAuth, message search, batch operations, and calendar management. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with npx -y @mcp-z/mcp-outlook; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @mcp-z/mcp-outlook. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @mcp-z/mcp-outlook. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @mcp-z/mcp-outlook. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @mcp-z/mcp-outlook. Add required environment variables before starting Cursor or VS Code.
Outlook uses STDIO, HTTP transport. Use the package or command config in Install.
Outlook inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Outlook is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@mcp-z/mcp-outlookstdio | npm | 1.0.13 | Argument: --auth Argument: --tenant-id Argument: --headless Argument: --redirect-uri Argument: --resource-store-uri Argument: --base-url Argument: --log-level Env: MS_CLIENT_ID required Env: MS_TENANT_ID required Env: MS_CLIENT_SECRET secret Env: AUTH_MODE Env: HEADLESS Env: REDIRECT_URI Env: RESOURCE_STORE_URI Env: PORT Env: BASE_URL Env: LOG_LEVEL |