Azure DevOps Orchestration
Installation
SKILL.md
Azure DevOps Orchestration
MCP Servers
Eight Microsoft MCP servers are configured in .mcp.json and available to all agents:
| Server | Package | What it provides |
|---|---|---|
azure |
@azure/mcp |
Azure resource management — subscriptions, resource groups, resources |
azure-devops |
@microsoft/azure-devops-mcp |
Work items, repos, pipelines, PRs, boards, sprints |
powerbi-modeling |
@microsoft/powerbi-modeling-mcp |
DAX queries, dataset push, report operations |
playwright |
@playwright/mcp |
Browser automation — E2E testing in ship workflow |
devbox |
@microsoft/devbox-mcp |
Dev Box provisioning and management |
m365-toolkit |
@microsoft/m365agentstoolkit-mcp |
Teams app validation, M365 resource provisioning |
markitdown |
markitdown[mcp] (uvx) |
Convert PDFs, DOCX, XLSX attachments to Markdown |
microsoft-learn |
https://learn.microsoft.com/api/mcp |
Official Microsoft documentation (no auth needed) |
Auth: The Azure DevOps MCP server supports PAT (AZURE_DEVOPS_AUTH_METHOD=pat) or DefaultAzureCredential. The Azure MCP server uses DefaultAzureCredential — az login is sufficient for local use. markitdown and playwright require no auth. microsoft-learn is public.