by Vortiago
mcp-azure-devops is a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure DevOps services. It acts as a bridge between natural language interactions and the Azure DevOps REST API, allowing AI assistants to query and manage work items, projects, and teams within Azure DevOps.
mcp-azure-devops is a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure DevOps services. It acts as a bridge between natural language interactions and the Azure DevOps REST API, allowing AI assistants to query and manage work items, projects, and teams within Azure DevOps.
To use mcp-azure-devops, you need Python 3.10+, an Azure DevOps account with appropriate permissions, and a Personal Access Token (PAT). You can install it via pip (pip install mcp-azure-devops
) or by cloning the repository and installing in development mode. Configuration involves setting AZURE_DEVOPS_PAT
and AZURE_DEVOPS_ORGANIZATION_URL
in a .env
file. Once configured, you can run the server using mcp dev src/mcp_azure_devops/server.py
or install it in Claude Desktop.
Work Item Management:
Project Management:
Planned Features:
Q: What are the prerequisites for using mcp-azure-devops? A: You need Python 3.10+, an Azure DevOps account with necessary permissions, and a Personal Access Token (PAT).
Q: How do I configure mcp-azure-devops?
A: Create a .env
file with AZURE_DEVOPS_PAT
and AZURE_DEVOPS_ORGANIZATION_URL
.
Q: Can I create different types of work items? A: Yes, you can create tasks, bugs, user stories, and other work item types.
Q: What kind of project information can I retrieve? A: You can get all accessible projects, teams, team members, area paths, and team iteration configurations.
Q: Are there plans for pipeline and pull request management? A: Yes, these are planned features for future development.
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 licensed under the MIT License - see the LICENSE file for details.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.