MCP Server containing tools relating to Microsoft Admin Center
Paste into claude_desktop_config.json:
{
"mcpServers": {
"workiq-admintools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminTools"
]
}
}
}Run in a terminal:
claude mcp add --transport http workiq-admintools https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminToolsPaste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"workiq-admintools": {
"url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminTools"
}
}
}Transport: http - Hosted remote (streamable HTTP). Nothing runs on your machine - the config above connects your client straight to the vendor's endpoint (older clients bridge via npx mcp-remote).
Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.
https://wingmanprotocol.com/mcp.