{"type":"mcp_server","name":"mcp-azure-devops","description":"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.","category":"Developer Tools","language":"Python","stars":79,"forks":4,"owner":"Vortiago","github_url":"https://github.com/Vortiago/mcp-azure-devops","homepage":null,"setup":"## Setup\n\n1.  Prerequisites:\n    - Python 3.9+\n    - Azure DevOps account with appropriate permissions\n    - Personal Access Token (PAT) with necessary scopes for Azure DevOps API access\n2.  Installation:\n    ```bash\n    # Clone the repository\n    git clone https://github.com/your-username/mcp-azure-devops.git\n    cd mcp-azure-devops\n\n    # Install in development mode\n    pip install -e \".[dev]\"\n\n    # Install from PyPi\n    pip install mcp_azure_devops\n    ```\n3.  Configuration:\n    - Create a `.env` file in the project root with the following variables:\n    ```\n    AZURE_DEVOPS_PAT=your_personal_access_token\n    AZURE_DEVOPS_ORGANIZATION_URL=https://your-organization.visualstudio.com or https://dev.azure.com/your-organisation\n    ```\n    - Note: Make sure to provide the full URL to your Azure DevOps organization.\n4.  Running the Server:\n    ```bash\n    # Development mode with the MCP Inspector\n    mcp dev src/mcp_azure_devops/server.py\n\n    # Install in Claude Desktop\n    mcp install src/mcp_azure_devops/server.py --name \"Azure DevOps Assistant\"\n    ```","tools":"## Available Tools\n\n1.  Work Item Management (Query work items using WIQL)\n2.  Work Item Management (Create and update work items - Planned)\n3.  Pipeline Operations (Query pipeline status and trigger new pipeline runs - Planned)\n4.  Pull Request Handling (Create, update, and review Pull Requests - Planned)\n5.  Sprint Management (Plan and manage sprints and iterations - Planned)\n6.  Branch Policy Administration (Configure and manage branch policies - Planned)","faq":null,"created_at":"2025-03-13T18:14:14+00:00","updated_at":"2025-03-28T15:30:03+00:00","source_url":"https://model-context-protocol.com/servers/ai-azure-devops-interaction-mcp-server","related_articles":[]}