mcp-outlook

mcp-z/mcp-outlook
★ 1 stars TypeScript Security Updated today
MCP server for Outlook integration with OAuth authentication, message search, and batch operations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-outlook": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-z/mcp-outlook"
      ]
    }
  }
}

README Excerpt

Docs: https://mcp-z.github.io/mcp-outlook Outlook MCP server for searching, reading, and sending Microsoft 365 mail. - Search and read messages - Send and reply to emails - Manage categories and export messages to CSV MCP supports stdio and HTTP. **Stdio** ```json { "mcpServers": { "outlook": { "command": "npx",