Azure DevOps MCP Server
About
An MCP server for querying the Azure DevOps API
Details
- Author
- erinnmclaughlin
- GitHub stars
- 2
- Downloads
- 326
- Categories
- Cloud Service
Jump to
- 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.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"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

