Tizzani.AzureDevOps.MCP

erinnmclaughlin/Tizzani.AzureDevOps.MCP

3.2

If you are the rightful owner of Tizzani.AzureDevOps.MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP Server for integrating with Azure DevOps REST API.

Tools
  1. Tizzani.AzureDevOps.MCP

    A .NET tool for integrating with Azure DevOps REST API.

Azure DevOps MCP Server

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"
    ]
  }
}