Skip to content
VS Code

Admin MCP Server for VS Code

com.microsoft/workiq-admintools

MCP Server containing tools relating to Microsoft Admin Center

client:VS Code transport:streamable-http

Install Admin MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "workiq-admintools": {
      "type": "http",
      "url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminTools"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Admin MCP Server in other clients