HomeCloud & Monitoring › Azure DevOps (ADO)

Azure DevOps (ADO)

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

Official TypeScript Remote
★ 2,029 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.dev.azure.com Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http azure-devops-mcp https://mcp.dev.azure.com --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "azure-devops-mcp": {
      "url": "https://mcp.dev.azure.com",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Authorization header with authentication token (PAT or App token)

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry