Azure DevOps MCP Server

March 28, 2025 ยท View on GitHub

An MCP Server for integrating with Azure DevOps REST API.

Nuget version

Installation

Download the tool from NuGet.

dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease

IDE Integration

"mcpServers": {
  "mcp-azuredevops": {
    "command": "tizzani.adomcp",
    "args": [
      "--ado_token=Your-Token",
      "--ado_organization=Your-Organization",
      "--ado_project=Your-Project"
    ]
  }
}