This repository hosts an MCP server that bridges AI assistants with Azure DevOps, enabling natural language interaction for work item queries. Planned features include pipeline operations and pull request handling.
A Model Context Protocol (MCP) server enabling AI assistants to interact with Azure DevOps services.
This project implements an MCP server, acting as a bridge between AI assistants and Azure DevOps. It allows natural language interactions to be translated into Azure DevOps REST API calls.
Currently implemented:
Planned features:
# Clone the repository
git clone https://github.com/your-username/mcp-azure-devops.git
cd mcp-azure-devops
# Install in development mode
pip install -e ".[dev]"
# Install from PyPi
pip install mcp_azure_devops
Create a .env
file in the project root with AZURE_DEVOPS_PAT
and AZURE_DEVOPS_ORGANIZATION_URL
variables.
# 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
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.
Vortiago/mcp-azure-devops
March 13, 2025
March 28, 2025
Python