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

@azure-devops/mcp

MCP server for interacting with Azure DevOps

2k stars91k/wkupdated 0d agogithub ↗
86good
▣ Overview

What it does

A local Node.js MCP server that bridges Azure DevOps and AI agents. Exposes tools to query ADO projects, repositories, builds, test plans, iterations, and wiki content, plus support for creating and updating wikis programmatically. Runs as a stdio process configured through .vscode/mcp.json. The server provides a thin abstraction over ADO REST APIs, letting Claude and agents access project data without switching tools. Microsoft now recommends the Azure-hosted Remote MCP Server for new users; this local variant is maintained as an alternative.

Who it's for

Azure DevOps teams in VS Code integrating ADO workflows into Claude or AI agents—particularly those who need to query work items, builds, repository metadata, and documentation without context switching.

Common use cases

  • Query ADO projects and list builds or repository branches
  • Retrieve work items and test plans for a given iteration or project
  • Create or update wiki pages from an agent prompt
  • Ground agent decisions in live ADO state (team membership, build status)

Setup pitfalls

  • Requires Node.js 20+ and VS Code; older Node versions or other IDEs are not supported
  • Filesystem write access required for wiki operations and state persistence—sandboxed environments may fail
  • One secret detected in the codebase—ensure ADO API tokens are stored as environment variables, never hardcoded in config
  • Officially deprecated in favor of the Remote MCP Server; evaluate Azure-hosted option for new projects
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%
92
18.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
86.4
⚿ 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 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)56
top contributor share30%
releases (1y)15
last release43d ago
ci✓ passing
⛁ Raw data
weekly downloads91k
github stars2k
forks568
open issues7
license✓ present
readme length11429 chars
last publish0d ago
last commit0d ago
last updated7h ago
install verified✓ pass · 14d 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