Azure DevOps
An MCP server for interacting with Azure DevOps agents and queues.
Azure DevOps MCP Server
A Model Context Protocol server that enables AI assistants to interact with Azure DevOps. Manage builds, agents, queues, download logs and artifacts - all through natural language.
⚡ Quick Start
- Create a PAT in Azure DevOps with
Agent Pools (read)andBuild (read & execute)permissions - Choose your platform and add the configuration:
Claude Desktop
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": ["-y", "@rxreyn3/azure-devops-mcp@latest"],
"env": {
"ADO_ORGANIZATION": "https://dev.azure.com/your-organization",
"ADO_PROJECT": "your-project-name",
"ADO_PAT": "your-personal-access-token"
}
}
}
}
Claude Code (VS Code)
claude mcp add azure-devops \
-e ADO_ORGANIZATION="https://dev.azure.com/your-organization" \
-e ADO_PROJECT="your-project-name" \
-e ADO_PAT="your-personal-access-token" \
-- npx -y @rxreyn3/azure-devops-mcp@latest
Windsurf
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": ["-y", "@rxreyn3/azure-devops-mcp@latest"],
"env": {
"ADO_ORGANIZATION": "https://dev.azure.com/your-organization",
"ADO_PROJECT": "your-project-name",
"ADO_PAT": "your-personal-access-token"
}
}
}
}
- Test the connection: Ask your AI assistant "Can you check my Azure DevOps connection?"
What You Can Do
- 🔍 Find and monitor builds: "Show me all failed builds today"
- ⚡ Queue new builds: "Start a build for MyApp-CI with branch main"
- 📊 Check agent status: "Is agent WIN-BUILD-01 online?"
- 📥 Download logs and artifacts: "Get the logs from build 12345"
- 📋 View build queues: "Show me all available build queues"
Documentation
- Installation Guide - Detailed setup instructions for all platforms
- Authentication - PAT setup, permissions, and security best practices
- Available Tools - Complete list of tools and their capabilities
- Usage Examples - Common workflows and example queries
Quick Examples
Ask your AI assistant natural language questions like:
"List all builds that failed today"
"Check if agent BM40-BUILD-01 is online"
"Queue a build for pipeline MyApp-CI with parameter Environment=staging"
"Download the logs for GPU and System Diagnostics from build 5782897"
"What artifacts are available for build 12345?"
Contributing
We welcome contributions! Please see our Contributing Guide for development setup, adding new tools, and testing guidelines.
License
MIT
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP QEMU VM Control
Give your AI full computer access — safely. Let Claude (or any MCP-compatible LLM) see your screen, move the mouse, type on the keyboard, and run commands — all inside an isolated QEMU virtual machine. Perfect for AI-driven automation, testing, and computer-use experiments without risking your host system.
Mentor MCP
Provides AI-powered mentorship to LLM agents for tasks like code review, design critique, and brainstorming, using the Deepseek API.
Vibe Check
The definitive Vibe Coder's sanity check MCP server: Prevents cascading errors by calling a "Vibe-check" agent to ensure alignment and prevent scope creep
Figma MCP Server
An MCP server for interacting with the Figma API. Manage files, comments, components, projects, and more.
EndOfLife.date
Get end-of-life dates and support cycle information for various software products.
Pipelock
Firewall for AI agents. MCP proxy that scans tool calls for credential leaks, prompt injection, and tool description poisoning.
MCP Options Order Flow Server
A high-performance MCP server for comprehensive options order flow analysis.
Tinyman MCP
An MCP server for the Tinyman protocol on the Algorand blockchain, offering tools for swaps, liquidity provision, and pool management.
MCP System Monitor Server
A cross-platform server for real-time monitoring of CPU, GPU, memory, disk, network, and process information.
TrueNAS Middleware MCP Server
Accesses optimized documentation from the TrueNAS middleware repository to understand its codebase and APIs.