
Azure DevOps (ADO)
Wire your coding agent into Azure DevOps repos, pipelines, and work items without leaving the chat.
Overview
Azure DevOps (ADO) MCP is a MCP server for the Build phase that connects coding agents to Azure DevOps via authenticated streamable HTTP.
What is this MCP server?
- Official Microsoft Azure DevOps MCP with streamable HTTP remote at mcp.dev.azure.com
- Agent-callable access to ADO capabilities (repos, pipelines, boards) from Claude Code, Cursor, and similar clients
- Authorization via PAT or app token in the Authorization header
- Documented overview on Microsoft Learn for setup and scope
- v0.0.1 schema-backed server.json for registry discovery
- Remote endpoint: https://mcp.dev.azure.com (streamable-http)
- Server version v0.0.1 per server.json
- Upstream repository: github.com/microsoft/azure-devops-mcp
Community signal: 1.8k GitHub stars.
What problem does it solve?
You keep switching between your agent and Azure DevOps to check pipelines, PRs, and work items while trying to ship.
Who is it for?
Solo builders and small teams already on Azure DevOps who want agent-driven backlog and pipeline visibility.
Skip if: Teams on GitHub-only or GitLab-only workflows with no Azure DevOps org.
What do I get? / Deliverables
Your agent can pull live Azure DevOps context and actions into the same thread where you write and review code.
- Live Azure DevOps queries and actions callable from the agent
- Reduced context switching between IDE chat and the ADO web UI
Recommended MCP Servers
Journey fit
Solo builders hook up CI/CD and backlog tooling while they are actively building and shipping on Azure. This is a protocol bridge to Azure DevOps APIs—the canonical shelf is product integrations during implementation.
How it compares
Hosted DevOps API integration via MCP, not a local git skill or generic CI generator.
Common Questions / FAQ
Who is Azure DevOps (ADO) MCP for?
Developers and indie operators who use Azure DevOps daily and want Claude, Cursor, or other MCP clients to read and interact with ADO without custom scripts.
When should I use Azure DevOps (ADO) MCP?
Use it during active build and ship work when you need work items, repos, or pipeline status inside an agent session on Azure-hosted projects.
How do I add Azure DevOps (ADO) MCP to my agent?
Register the remote URL https://mcp.dev.azure.com as a streamable-http MCP server and supply an Authorization header with your PAT or app token per Microsoft’s MCP server overview.