
Admin MCP Server
com.microsoft/workiq-admintools is an MCP server that exposes Microsoft Admin Center–related tools to your agent via a tenant-scoped remote endpoint.
About
com.microsoft/workiq-admintools is Microsoft’s Admin MCP Server: a hosted Model Context Protocol server that exposes Admin Center–related tools to AI agents. Developers who ship on Microsoft 365 or Azure AD often need to flip settings, inspect tenant configuration, or coordinate admin actions while staying in the terminal or IDE. Instead of context-switching to the browser for every change, you register this remote server in Claude Code, Cursor, or Codex with your tenant ID and let the agent invoke admin-oriented operations through MCP. It is not a general-purpose cloud provisioner; it is narrowly focused on Microsoft’s admin surface. You should use it when your product or workflow already lives in M365 and you want repeatable, agent-driven admin steps during operate-and-iterate work. Setup assumes you have legitimate admin access and understand that mistaken changes can affect production tenants.
- Remote streamable-http MCP endpoint scoped by Microsoft Entra tenant_id
- Tools oriented to Microsoft Admin Center workflows
- Version 1.0.0 from the Microsoft MCP Platform repository
- Pairs with other Work IQ MCP servers on the same Agent365 host pattern
- Requires an Entra tenant you control or administer
Admin MCP Server by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http workiq-admintools https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_AdminToolsAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Let your coding agent run Microsoft Admin Center tasks against your Entra tenant without clicking through the admin portal.
Who is it for?
Best when you're on Microsoft 365 and already have admin rights and want agent-assisted tenant configuration during operations.
Skip if: Skip if you're on Google Workspace only, non-admin users, or anyone and needs deep Azure Resource Manager provisioning instead of Admin Center tasks.
What you get
After you register the server with your tenant_id, your agent can request Admin Center operations through MCP while you stay in your build environment.
- Registered remote MCP server entry in your agent config
- Agent-callable Admin Center tool surface for your tenant
- Repeatable admin workflows you can script via natural language
By the numbers
- Server version 1.0.0 per published server metadata
- Single required remote variable: tenant_id (Microsoft Entra)
- Transport: streamable-http on agent365.svc.cloud.microsoft
Recommended MCP Servers
How it compares
Tenant admin MCP integration, not a Claude Code skill or a generic IaC deployer.
FAQ
Who is com.microsoft/workiq-admintools for?
It is for developers and operators who manage a Microsoft Entra tenant and want Admin Center capabilities available to Claude Code, Cursor, or similar MCP clients.
When should I use com.microsoft/workiq-admintools?
Use it during Operate when you need to adjust or inspect Microsoft admin settings as part of shipping, monitoring, or iterating on an M365-backed product.
How do I add com.microsoft/workiq-admintools to my agent?
Add the remote MCP URL from server.json, substitute your Microsoft Entra tenant_id in the path, and complete whatever sign-in or consent your Microsoft Agent365 deployment requires.