Azure DevOps MCP Server

by erinnmclaughlin

2 stars
326 downloads
Not rated
GitHub Website

About

An MCP server for querying the Azure DevOps API

Details

Author
erinnmclaughlin
GitHub stars
2
Downloads
326
Categories
Cloud Service

- Integrates with the Azure DevOps REST API.
- Authenticates via a command‑line personal access token.
- Targets a specific Azure DevOps organization and project.
- Installed as a global .NET tool via NuGet.
- Works with any MCP‑enabled client (e.g., IDEs, CLI).

Install the global .NET tool from NuGet using dotnet tool install --global Tizzani.AzureDevOps.MCP --prerelease. Then configure your MCP client with the command tizzani.adomcp and provide the Azure DevOps personal access token, organization, and project as command‑line arguments (--ado_token, --ado_organization, --ado_project).

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"
    ]
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.