Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-azure-devops": {
"args": [
"mcp-azure-devops"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
⚠️ NOTICE: Official Server Available > Please use the official Microsoft Azure DevOps MCP server instead: > https://github.com/microsoft/azure-devops-mcp > This repository is no longer maintained. The official Microsoft server provides better support, ongoing maintenance, and the latest features.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-azure-devops' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-azure-devops against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP-NixOS - Model Context Protocol Server for NixOS resources
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Azure Devops and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
⚠️ NOTICE: Official Server Available
Please use the official Microsoft Azure DevOps MCP server instead:
https://github.com/microsoft/azure-devops-mcp
This repository is no longer maintained. The official Microsoft server provides better support, ongoing maintenance, and the latest features.
A Model Context Protocol (MCP) server enabling AI assistants to interact with Azure DevOps services.
This project implements a Model Context Protocol (MCP) server that allows AI assistants (like Claude) to interact with Azure DevOps, providing a bridge between natural language interactions and the Azure DevOps REST API.
Currently implemented:
Planned features:
# Clone the repository
git clone https://github.com/Vortiago/mcp-azure-devops.git
cd mcp-azure-devops
# Install in development mode
uv pip install -e ".[dev]"
# Install from PyPi
pip install mcp-azure-devops
Create a .env file in the project root with the following variables:
AZURE_DEVOPS_PAT=your_personal_access_token
AZURE_DEVOPS_ORGANIZATION_URL=https://your-organization.visualstudio.com or https://dev.azure.com/your-organisation
Note: Make sure to provide the full URL to your Azure DevOps organization.
# Development mode with the MCP Inspector
mcp dev src/mcp_azure_devops/server.py
# Install in Claude Desktop
mcp install src/mcp_azure_devops/server.py --name "Azure DevOps Assistant"
Show me all active bugs assigned to me in the current sprint
Create a user story in the ProjectX with the title "Implement user authentication" and assign it to john.doe@example.com
Change the status of bug #1234 to "Resolved" and add a comment explaining the fix
Show me all the team members in the "Core Development" team in the "ProjectX" project
List all projects in my organization and show me the iterations for the Development team
The project is structured into feature modules, each implementing specific Azure DevOps capabilities:
features/work_items: Work item management functionalityfeatures/projects: Project management capabilitiesfeatures/teams: Team management featuresutils: Common utilities and client initializationFor more information on development, see the CLAUDE.md file.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is