azure-devops-mcp

microsoft/azure-devops-mcp
★ 1,406 stars TypeScript 🤖 AI/LLM Updated 1mo ago
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azure-devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/azure-devops-mcp"
      ]
    }
  }
}