mcp-outlook

miguelowsky-js/mcp-outlook
★ 0 stars JavaScript API Integration Updated today
MCP server for personal Outlook/Hotmail accounts via Microsoft Graph in JavaScript.
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",
        "miguelowsky-js/mcp-outlook"
      ]
    }
  }
}

README Excerpt

A small MCP server for **personal** Outlook/Hotmail/Live accounts, using the Microsoft Graph API directly. The official Outlook MCP server only supports work/school (Azure AD) accounts, this one is for everyone else. Tools: `list_emails`, `search_emails`, `read_email`, `delete_email` (requires explicit confirmation).