Live · Read-only MCP

Intune automation scripts, inside your AI workflow.

Search, retrieve, and author production-grade Microsoft Intune PowerShell scripts from Claude, Codex, GitHub Copilot, ChatGPT, or any Streamable HTTP MCP client. Every script ships with its required Graph permissions, minimum role, and parameters.

MCP endpoint

https://intuneautomation.com/mcp
Streamable HTTP

Claude Desktop

Desktop connector

01
  1. Open Customize or Settings, then Connectors.
  2. Choose + and Add custom connector.
  3. Name it IntuneAutomation and paste the endpoint.
  4. Leave OAuth Client ID and Secret empty.
  5. In a new chat, enable it under + and Connectors.
Official Claude instructions

Claude Code

Terminal

02

Add the hosted server at user scope, then confirm it appears with claude mcp list.

claude mcp add --transport http --scope user intuneautomation https://intuneautomation.com/mcp

Codex

App and terminal

03

Register the hosted server, verify it with codex mcp list, then open a new Codex session.

codex mcp add intuneautomation --url https://intuneautomation.com/mcp

ChatGPT

Web app

04
  1. Enable Developer mode in Settings, Apps, Advanced Settings.
  2. Choose Apps and Create, then paste the endpoint.
  3. Select no authentication, then Scan Tools and Create.
  4. In a new chat, select IntuneAutomation from the tools menu.

OpenAI currently documents custom MCP apps as web-only; use ChatGPT in a desktop browser.

GitHub Copilot

VS Code

05
  1. Run MCP: Add Server from the Command Palette.
  2. Choose HTTP, paste the endpoint, and name it intuneautomation.
  3. Save it globally or to the workspace, then trust it.
  4. Enable the IntuneAutomation tools in Copilot Chat.

Any other MCP client

06

Point your client or custom harness at the endpoint. No API key or OAuth credentials are required.

{ "mcpServers": { "intuneautomation": { "type": "http", "url": "https://intuneautomation.com/mcp" } } }

Connection test

A successful test visibly calls the IntuneAutomation tools and cites required Graph permissions from the catalog. Try this prompt:

Use IntuneAutomation to find scripts that report on non-compliant devices. Show the required Microsoft Graph permissions and minimum role for the best match, then retrieve its full source and tell me which tools you called.

Available tools

search_scripts

Search or browse the catalog with ranked results and category, tag, platform, and permission filters.

get_script_metadata

Permissions, minimum role, parameters, examples, and Azure runbook eligibility for one script.

get_script

Retrieve complete or safely chunked PowerShell source with metadata.

get_script_authoring_guide

The exact conventions the script generator follows, for writing new library-grade scripts.

list_script_catalog

Explore categories, tags, platforms, Graph permissions, and roles with usage counts.

No tenant access. This server is read-only. It never connects to your Microsoft tenant, never runs PowerShell, and never asks for credentials. Scripts you retrieve run on your side, with your own Microsoft Graph authentication.

This page and the MCP protocol share one URL: browsers see the guide, MCP clients speak Streamable HTTP.