Description

Official Microsoft MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

Installation

npx -y @microsoft/azure-devops-mcp
npm install @microsoft/azure-devops-mcp
git clone https://github.com/microsoft/azure-devops-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

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