Skip to content

Device Management

Microsoft Intune MCP connector

The Microsoft Intune connector lets Claude, ChatGPT, Cursor, and the Elaichi Agent look up managed devices, lock or locate them, reset passcodes, and run remote actions, each person working inside their own Intune access with every action logged.

  • How it connects. Connects over OAuth. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Microsoft Intune to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Microsoft Intune once

  1. Open Connections, choose Add connection, and pick Microsoft Intune.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Approve it in Microsoft Intune. Microsoft Intune's own window opens. Whoever approves it decides what this connection can reach.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

microsoft intune
Microsoft Intune
Ayla Networks
Jamf
Iru (formerly Kandji)
ManageEngine MDM
N-able N-central
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Microsoft Intune to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Microsoft Intune to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Microsoft Intune to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Microsoft Intune to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Microsoft Intune through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • IT

    Find every device a person is using

    Ask for all the laptops and phones enrolled under one employee and see their model, operating system, and last check-in without opening the admin center.

  • Help desk

    Reset a locked-out passcode mid-call

    While the person is still on the phone, reset or recover the passcode on their managed device and confirm the change took.

  • Security

    Lock and locate a lost laptop

    Remote lock a device the moment it is reported missing, request its location, and disable lost mode once it turns up on the right desk.

  • Security

    Kick off a Defender scan on suspect devices

    Update Defender signatures and start a scan across the Windows devices flagged in an alert, then check which ones completed.

  • HR

    Retire devices on someone's last day

    When an employee leaves, retire or wipe their company devices so corporate apps and data are removed the same afternoon.

  • Operations

    Reboot or clean a shared kiosk device

    Restart a shared Windows or Apple device in a front desk or warehouse, sign out the active user, or run a clean before it goes to the next shift.

Try asking

  • “List non compliant managed devices enrolled this month.”
  • “Remote lock the lost iPhone assigned to Priya.”
  • “Which managed devices missed check in for 14 days?”

See all 198 Microsoft Intune tools below

AI tools

Microsoft Intune tools for your AI agents

198 tools are ready to call through Elaichi's MCP endpoint the moment you connect Microsoft Intune, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Microsoft Intune gets you

6 screens from the product, each doing one job for your Microsoft Intune account.

The agent

Ask about managed devices, get real answers.

Plain language questions run against live Microsoft Intune managed devices and compliance records.

  • managed devices
  • users
  • compliance policies
  • device actions

Ask Elaichi to work across your apps.

List non compliant managed devices enrolled this month.

Remote lock the lost iPhone assigned to Priya.

Which managed devices missed check in for 14 days?

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Intune.

One org MCP endpoint over OAuth, no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

198 Microsoft Intune tools, ready to call.

Managed devices, retire, wipe, remote lock and passcode reset, with no custom code.

  • List all Microsoft Intune managed devices
  • Get single Microsoft Intune managed device by ID
  • Create a Microsoft Intune managed device
  • Delete a Microsoft Intune managed device by ID
ElaichiTools
Tool Action Description
List all Microsoft Intune managed devices List List managed devices enrolled in Microsoft Intune. Returns: @odata.type, id, userId, deviceName, managedDeviceOwnerType, deviceActionResults, managementState, enrolledDateTime, lastSyncDateTime, operatingSystem, complianceState, jailBroken, managementAgent, osVersion, easActivated, easDeviceId, easActivationDateTime, azureADRegistered, deviceEnrollmentType, activationLockBypassCode, emailAddress,…
Get single Microsoft Intune managed device by ID Get Get a single managed device by id in Microsoft Intune. Returns: @odata.type, id, userId, deviceName, managedDeviceOwnerType, deviceActionResults, managementState, enrolledDateTime, lastSyncDateTime, operatingSystem, complianceState, jailBroken, managementAgent, osVersion, easActivated, easDeviceId, easActivationDateTime, azureADRegistered, deviceEnrollmentType, activationLockBypassCode,…
Create a Microsoft Intune managed device Create Create a new managed device in Microsoft Intune. Returns: @odata.type, id, userId, deviceName, managedDeviceOwnerType, deviceActionResults, managementState, enrolledDateTime, lastSyncDateTime, operatingSystem, complianceState, jailBroken, managementAgent, osVersion, easActivated, easDeviceId, easActivationDateTime, azureADRegistered, deviceEnrollmentType, activationLockBypassCode, emailAddress,…
Delete a Microsoft Intune managed device by ID Delete Delete a managed device in Microsoft Intune by id. Returns an empty 204 response on success. Required: id. The API requires an active Intune license for the tenant.
Update a Microsoft Intune managed device by ID Update Update a managed device's properties in Microsoft Intune. Returns the updated managedDevice object including id, deviceName, managedDeviceOwnerType, complianceState, operatingSystem, osVersion, enrolledDateTime, and lastSyncDateTime. Required: id. Requires an active Intune license for the tenant.

Toolboxes

Every team gets its own toolbox.

Curate Microsoft Intune toolboxes per team so helpdesk and security see different sets.

  • IT Helpdesk
  • Security
  • Endpoint Engineering
  • Field Operations
ElaichiToolboxes
Name Source template Tools Created

IT Helpdesk toolbox

Microsoft Intune · passcode resets and remote lock

Microsoft Intune starter 18 Mar 4, 2026

Security toolbox

Microsoft Intune · non compliant devices and wipes

9 Mar 2, 2026

Endpoint Engineering toolbox

Microsoft Intune · enrolment and configuration profiles

24 Feb 27, 2026

Field Operations toolbox

Microsoft Intune · lost mode and device location

Microsoft Intune starter 6 Feb 19, 2026

Onboarding toolbox

Microsoft Intune · device assignment and enrolment

31 Jan 30, 2026

Asset Management toolbox

Microsoft Intune · device inventory and retirement

12 Jan 22, 2026

Shared connections

Teammates use the tenant, never the credential.

See who connected each Microsoft Intune account and how many teams and members share it.

  • IT Helpdesk
  • Security EMEA
  • Endpoint Engineering
  • Field Operations
ElaichiConnections
Connection Scope Status Access
MI

Microsoft Intune (IT Helpdesk)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MI

Microsoft Intune (Security EMEA)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MI

Microsoft Intune (Endpoint Engineering)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MI

Microsoft Intune (Field Operations)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
MI

Microsoft Intune (Corporate Laptops)

Connected by Clara Nowak

Personal • Active Not shared
MI

Microsoft Intune (Frontline Devices)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every wipe and lock has a name.

When, who, what happened, type and resource, appended for each Microsoft Intune call.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Microsoft Intune Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Microsoft Intune Managed devices Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Microsoft Intune Managed devices List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, a person still approves.

Fetch Microsoft Intune devices, group them, draft a digest, approve, post it back.

Microsoft Intune digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch managed devices

    Microsoft Intune

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Microsoft Intune

    Queued

Collections and dashboards

Device health arrives before anyone asks.

Four metrics, 14 days of enrolments and a team breakdown, computed without a model.

Microsoft Intune health

Refreshed 4 minutes ago · every 15 minutes · from the managed devices collection

Live

Managed devices

1,284 ↓ 12%

Users

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Managed devices created

Last 14 days

By team

Share of activity

IT Helpdesk 34%

Security EMEA 27%

Endpoint Engineering 21%

Field Operations 18%

FAQ

Frequently asked questions

How do I connect Microsoft Intune to Claude?

Connect Microsoft Intune in Elaichi first: pick it from the catalog and sign in with your Microsoft work account, the same way you sign in to the Intune admin center. There is no OAuth application to register and no client ID or secret to generate. Then in Claude go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Claude signs you in through Elaichi and your Intune devices are available from the next message.

Does Microsoft Intune work with ChatGPT and Cursor as well as Claude?

Yes. Once Microsoft Intune is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect Intune once and every client you use picks it up, with the same access rules and the same audit log.

What can an AI agent actually do with my Microsoft Intune devices?

An agent can list your managed devices, pull up the details of one device, and update its record. It can also run the day-to-day remote actions you would otherwise click through in the Intune admin center: lock, locate, reboot, shut down, sync, reset or recover a passcode, retire or wipe a device, run a Defender scan or signature update, sign a user out of a shared Apple device, and bypass an activation lock. Because Microsoft Intune exposes a long list of actions, short concrete asks such as "lock Priya's Surface" work better than long paragraphs.

Does connecting Microsoft Intune give the AI access to every device in my tenant?

No. When you connect Microsoft Intune through Elaichi the AI works as you, so it can only see and act on the devices your own Intune role allows. Elaichi can narrow that further, for example limiting a help desk toolbox to lookups and passcode resets, but it can never widen access beyond what your Microsoft account already has.

Can my team share one Microsoft Intune connection?

Yes. One administrator connects Microsoft Intune in Elaichi and shares the connection with a team, so nobody else has to handle a Microsoft credential or admin role. Each teammate still signs in to Claude, ChatGPT, or Cursor as themselves, so the audit log records exactly which person locked, wiped, or rebooted a device.

Can I stop an agent from wiping or deleting devices in Microsoft Intune?

Yes. Restrictions in Elaichi apply per action, so you can allow an agent to list and locate Microsoft Intune devices while blocking wipe, retire, delete, and shut down. A blocked action is never advertised to Claude, ChatGPT, or any other client, so no prompt can reach it, however it is worded.

What happens to a Microsoft Intune connection when someone leaves?

When you offboard a person in Elaichi their access to the Microsoft Intune connection ends immediately, in every client at once. If they connected Intune on behalf of a team, the shared connection keeps working for everyone else. Disconnecting Microsoft Intune once in Elaichi removes it from Claude, ChatGPT, Cursor, and the Elaichi Agent together.

Put Microsoft Intune in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.