Azure Devops MCP Server
Azure DevOps operations for AI agents, including work items, builds, and PR management.
Data last scanned today · Reviewed today
Overview
This .NET-based MCP server exposes a range of Azure DevOps tasks to AI assistants. It enables automated workflows by surfacing functionalities such as creating work items, managing pull requests, and queuing builds directly through an MCP-compliant endpoint. The project is currently in a public pre-release phase, meaning its API surface and structure are subject to significant, unannounced changes. It is intended for early adopters who are comfortable tracking repository updates and refactoring their implementations as the codebase evolves.
Our verdict
This server carries a high-risk security score of 35/100, largely because it lacks a read-only mode, meaning all installations grant full write access to the configured Azure DevOps environment. Additionally, it is a community-maintained project rather than an official vendor release. Given these risks and the unstable nature of its pre-release status, this tool should only be used in non-critical testing environments by developers who are comfortable with potential breaking changes and security implications.
- Zero direct dependencies reduce the supply-chain surface area.
- Active development with commits recorded within the last 17 days.
- Provides a unified MCP interface for Azure DevOps task automation.
- No read-only mode forces full write access upon installation.
- Pre-release status risks frequent and unannounced breaking changes.
- Lack of OAuth support requires careful management of authentication.
- Community-maintained project lacking official vendor support or verification.
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What technology is required to run the server?
The solution is built as a multi-project workspace targeting .NET 10.
›Is this server ready for production use?
No, this project is currently in a pre-release preview stage. The API surface and structure may change substantially, and breaking changes may be introduced without notice.
›What Azure DevOps operations are supported?
The server supports a range of tasks across Boards, Repos, Pipelines, and Artifacts, including managing work items, pull requests, builds, and wiki pages.
›How does this server interact with Azure DevOps?
The server uses a set of .NET libraries that wrap the official Microsoft Azure DevOps SDKs and REST APIs to expose functionality to AI agents.
Badge
Maintain this server? Add the live badge to your README.