Back to Servers

Azure DevOps MCP Server

FeaturedOfficial

Microsoft's official MCP (Model Context Protocol) server for Azure DevOps. Lets Claude Code, GitHub Copilot, and any other MCP-capable agent read and write work items, run WIQL queries, manage pull requests, trigger pipelines, and browse wikis — all scoped to your org. The April 2026 update is the reason this server jumped from "curiosity" to "install-today." Three changes landed: Personal Access Token (PAT) auth alongside Entra ID, a new wit_query_by_wiql tool that lets agents run arbitrary Work Item Query Language against your boards, and experimental MCP Apps for packaging reusable Azure DevOps workflows as first-class app bundles. PAT auth is the unlock for most teams. Entra-only login made the server awkward for individual contributors running Claude Code locally. PAT support means you generate a token in Azure DevOps, paste it into your MCP config, and you are shipping — same pattern as the GitHub MCP server. For enterprise setups, Entra stays the default. WIQL query support is the other big one. Agents can now ask "find every active bug assigned to me with priority 1 touched in the last 7 days" and actually get structured results back, rather than trying to paginate through the REST API one page at a time. That is the difference between a tool that looks good in a demo and one that survives a real sprint.

developmentazure-devops-mcpmodel-context-protocolmcp-servermicrosoft-devops-aigithub-copilot-mcpwiql

Installation

# See GitHub for installation instructions

Use Cases

  • Let Claude Code triage your sprint backlog via natural language
  • Pipe bug queries into agent workflows without scripting the REST API
  • Automate PR review comments with GitHub Copilot + Azure Boards context
  • Stand up an AI standup bot that summarizes recent work item activity
  • Search Azure DevOps wikis from inside an agent conversation
  • Trigger Azure Pipelines from Claude Desktop based on conversational intent

Server Stats

GitHub Stars
Updated
4/22/2026

Category

Related Resources

Weekly AI Digest