Skip to content
Claude Desktop

Azure DevOps (ADO) for Claude Desktop

io.github.premierinc/azure-devops

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

client:Claude Desktop transport:streamable-http

Install Azure DevOps (ADO) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.dev.azure.com"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Azure DevOps (ADO) in other clients