Back to directory
vortiago/mcp-azure-devops

vortiago/mcp-azure-devops

@Vortiago

A Model Context Protocol (MCP) server enabling AI assistants to interact with Azure DevOps services via Python SDK.

azure-devopsdevopsmcppythonwork-itemsprojectsteamscloud

Installation & Configuration

{
  "mcpServers": {
    "azureDevOps": {
      "command": "mcp",
      "args": [
        "dev",
        "src/mcp_azure_devops/server.py"
      ],
      "env": {
        "AZURE_DEVOPS_PAT": "<YOUR_PAT>",
        "AZURE_DEVOPS_ORGANIZATION_URL": "<YOUR_ORG_URL>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13