outlook-mcp

XMV-Solutions-GmbH/outlook-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for Microsoft 365 Outlook (mail + calendar) with audit-preserving drafts. Read-only by default; opt-in draft creation; never auto-sends. Built for AI coding agents on Linux.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "outlook-mcp": {
      "command": "uvx",
      "args": [
        "outlook-mcp"
      ]
    }
  }
}

Or install with pip: pip install outlook-mcp

README Excerpt

<!-- SPDX-License-Identifier: MIT OR Apache-2.0 --> > **In one sentence:** an [MCP](https://modelcontextprotocol.io) server that lets AI coding agents like Claude Code read your Microsoft 365 inbox and calendar — and **draft** emails and meetings on your behalf — **without ever auto-sending and without breaking audit attribution**.

Tools (1)

ol_status

Topics

aicalendarclaudedevice-code-flowemailmcpmicrosoft-365microsoft-graphmodel-context-protocoloauthoutlookpython