Loading MCP server directory, please wait...
Outlook integration with OAuth, message search, batch operations, and calendar management
npx @getmcp/cli add io.github.mcp-z/mcp-outlookRequires Node.js 18+. Community-contributed server. Review source before installing.
MS_CLIENT_IDMicrosoft OAuth client ID (required for OAuth authentication modes)
MS_TENANT_IDMicrosoft tenant ID (required for OAuth authentication)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mcp-z/mcp-outlook": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"env": {
"MS_CLIENT_ID": "",
"MS_TENANT_ID": "",
"MS_CLIENT_SECRET": "",
"AUTH_MODE": "loopback-oauth",
"HEADLESS": "false",
"REDIRECT_URI": "",
"RESOURCE_STORE_URI": "file://~/.mcp-z/mcp-outlook/files",
"PORT": "",
"BASE_URL": "",
"LOG_LEVEL": "info"
}
}
}
}