ms-365-admin-mcp-server

okapi-ca/ms-365-admin-mcp-server
★ 0 stars TypeScript 🔒 Security Updated today
MCP server for Microsoft 365 admin operations via Graph API application permissions (security, audit, reports, service health)
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": {
    "ms-365-admin-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "okapi-ca/ms-365-admin-mcp-server"
      ]
    }
  }
}