$ timeahead.in
/ servers/npm/@azure-devops/mcp
npm

@azure-devops/mcp

MCP server for interacting with Azure DevOps

2k stars80k/wkupdated 1d agogithub ↗
85good
▣ Overview

What it does

The Azure DevOps MCP Server connects Claude and other AI agents to Azure DevOps infrastructure. It exposes projects, repositories, build pipelines, work items, test plans, iterations, teams, and wiki pages to the agent context. The server offers two deployment paths: a remote HTTP endpoint (now in public preview and recommended) or a local stdio server running on Node.js. Configuration is handled via .vscode/mcp.json, which prompts for your Azure DevOps organization name at startup.

Who it's for

DevOps engineers, platform teams, and release managers integrating Azure DevOps into AI-assisted workflows. Common users are those leveraging VS Code with GitHub Copilot or Claude Code for automated work item triage, build diagnostics, or collaborative wiki management.

Common use cases

  • Query projects, repositories, and build pipelines to inform deployment decisions
  • Create and update work items within iterations based on agent reasoning
  • Generate or revise wiki documentation programmatically
  • Fetch test plans and team assignments to automate resource allocation
  • Access commit and build history for incident response or postmortems

Setup pitfalls

  • Requires Node.js 20+ and runs as a stdio subprocess; confirm your MCP client can spawn Node processes
  • The README includes a hardcoded secret in example configurations — keep .vscode/mcp.json and any .env files out of version control
  • Organization name is required at runtime; typos or mismatched org names cause authentication failures
  • Microsoft is actively migrating users to the Remote MCP Server; the local stdio implementation is in managed deprecation
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
91
18.3
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
85.3
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "azure-devopsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
77/ 100 · is this project alive?
contributors (1y)55
top contributor share32%
releases (1y)14
last release51d ago
ci✓ passing
⛁ Raw data
weekly downloads80k
github stars2k
forks580
open issues10
license✓ present
readme length11429 chars
last publish0d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 22d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points