m365-mcp

wilson-urdaneta/m365-mcp
★ 0 stars C# 🔒 Security Updated 6d ago
Production-ready .NET 10 MCP server that bridges AI agents to Microsoft 365 via the Microsoft Graph API using OAuth 2.0 On-Behalf-Of, Workload Identity Federation, and zero stored secrets.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "m365-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wilson-urdaneta/m365-mcp"
      ]
    }
  }
}

README Excerpt

A production-grade, open-source [Model Context Protocol](https://modelcontextprotocol.io) server that bridges AI agents to the Microsoft Graph API using the OAuth 2.0 **On-Behalf-Of (OBO)** flow — so the agent acts as the *user*, not as a privileged service account, and the server itself stores **zero secrets**.