Back to directory
AD

Azure DevOps MCP Server

Official Microsoft server for Azure DevOps work items, repos, and pipelines.
Last updated July 18, 2026
DevOpsLocal · stdioTypeScript1.9k

Overview

The official Azure DevOps MCP Server from Microsoft connects an AI agent to Azure DevOps — work items, repos, pull requests, builds, and pipelines — so an agent can query and act on your DevOps organization directly.

Use cases

Ask an agent to list your open pull requests across an Azure DevOps project.
Create or update a work item from a natural-language description.
Check the status of a build pipeline without opening the Azure DevOps portal.

Install

{
  "mcpServers": {
    "ado": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp",
        "your-org-name"
      ]
    }
  }
}

FAQ

Authentication is handled via Azure CLI/Azure Identity by default; a PAT can be used as an alternative depending on your organization's setup.