azure-devops-mcp-server
Active·★ 14·MIT·Updated 2026-03-20
★ Hidden Gem★ Workflow Automation★ RAG / Knowledge Base
Exposes Azure DevOps functionality via MCP: Boards, Repos, Pipelines, Artifacts, Test Plans, and Wiki tools for AI agents.
This repository provides .NET libraries and a Model Context Protocol (MCP) server that exposes Azure DevOps operations to AI agents. It aims to simplify Azure DevOps automation by unifying tasks like creating work items, managing pull requests, and queuing builds through a standard MCP endpoint.
#Azure DevOps#.NET#Model Context Protocol#AI Agent Integration#Automation#DevOps APIs#Microservices#Server-Sent Events
01
Features
01Exposes Azure DevOps operations (Boards, Repos, Pipelines, Artifacts, etc.) via a uniform Model Context Protocol (MCP) endpoint.
02Facilitates AI agent integration with Azure DevOps for automating common development tasks.
03Provides simplified client interfaces for various Azure DevOps service areas, wrapping official SDKs and REST APIs.
04Supports creating, updating, querying, and managing work items, pull requests, builds, and artifacts.
05Implemented as an ASP.NET Core web server, serving MCP tools using Server-Sent Events (SSE) over HTTP.
02
Compatibility
.NET 10
Runtime
Verified via docs
Docker
Deployment
Verified via docs
Azure DevOps
Platform
Verified via docs
03
Quick start
1
$ dotnet build
2
$ dotnet run --project src/Dotnet.AzureDevOps.Mcp.Server
04
Use cases
↳Enabling AI agents to automatically create and update Azure DevOps work items (Epics, Features, Stories, Tasks).
↳Allowing intelligent systems to manage pull requests, branches, and repositories in Azure DevOps.
↳Automating build queuing, monitoring, and retrieving build reports through AI-driven workflows.
↳Integrating with Semantic Kernel to build agents that can interact with Azure DevOps functionalities.
↳Deploying Azure DevOps automation as a standalone HTTP server or within Docker containers.
05
Alternatives
GitHub MCP Server★ 30.3k
GitHub's official MCP Server. Allows AI agents to interact directly with your GitHub repositories (read files, search code, issues).
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
Gemini CLI★ 104.7k
An open-source AI agent that brings the power of Gemini directly into your terminal. Supports native MCP.
UI-TARS-desktop★ 35.7k
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
awesome-n8n-templates★ 22.6k
Supercharge your workflow automation with this curated collection of n8n templates! Instantly connect your favorite apps-like Gmail, Telegram, Google Drive, Slack, and more-with ready-to-use, AI-powered automations. Save time, boost productivity, and unlock the true potential of n8n in just a few clicks.
Related searches
Comments
Log in to leave a comment
- FFinley BrownMay 14, 2026
Works with Azure DevOps Services and on-premises Server deployments.
- JJesse JohnsonApr 21, 2026
Azure DevOps Boards, Repos, Pipelines, and Artifacts via MCP in one server.
- CCameron WilsonApr 18, 2026
Comprehensive coverage means most Azure DevOps operations are accessible.
- EEllis ChenApr 16, 2026
Good for teams using Azure DevOps who want AI assistance with DevOps workflows.