outlook-evidence-mcp

ZachPackull/outlook-evidence-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 7d ago
Read-only MCP server: search Microsoft 365/Outlook mail and export messages + attachments with a chain-of-custody manifest
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": {
    "outlook-evidence-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ZachPackull/outlook-evidence-mcp"
      ]
    }
  }
}

README Excerpt

A **read-only** [Model Context Protocol](https://modelcontextprotocol.io) server that lets an MCP client (Claude Code, Claude Desktop, etc.) **search a Microsoft 365 / Outlook mailbox and export messages + attachments to a local folder**, recording a **chain-of-custody manifest** (SHA-256 per file) so the collection is defensible as evidence.

Tools (7)

outlook_auth_statusoutlook_authenticateoutlook_get_messageoutlook_list_attachmentsoutlook_save_messageoutlook_save_threadoutlook_search