Intune-mcp-server

nelladath/Intune-mcp-server
★ 8 stars Python API Integration Updated 5d ago ✓ Clean
MCP Server for Microsoft Intune management via Microsoft Graph API
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": {
    "intune-mcp-server": {
      "command": "uvx",
      "args": [
        "intune-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install intune-mcp-server