homebrew-m365-mcp

drorkremer/homebrew-m365-mcp
★ 0 stars PowerShell Communication Updated 1d ago
Homebrew tap for m365-mcp (MCP server for Microsoft 365)
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": {
    "homebrew-m365-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "drorkremer/homebrew-m365-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for Microsoft 365 via Azure Logic App proxies. Provides 50+ tools for Email, Calendar, Teams, OneDrive, SharePoint, and more. **macOS / Linux (Homebrew):** ```bash brew tap drorkremer/m365-mcp brew install m365-mcp ``` **Windows (winget):** ```powershell winget install drorkremer.m365-mcp ```