azure-devops

stdio

Used by 2 plugins

Installs microsoft, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub melodic-software/claude-code-plugins --plugin microsoft
Description

Azure DevOps integration for pipeline management, work items, and repositories

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp@latest",
        "--domains",
        "${AZURE_DEVOPS_DOMAINS:-core,work-items,repositories,pipelines}"
      ],
      "env": {
        "AZURE_DEVOPS_ORG": "${AZURE_DEVOPS_ORG}",
        "AZURE_DEVOPS_PAT": "${AZURE_DEVOPS_PAT:-}"
      }
    }
  }
}
Security Considerations
External connections

This server connects to external services. Review the URLs it accesses before enabling.

Command
npx
Access Level
write
Arguments
-y@azure-devops/mcp@latest--domains${AZURE_DEVOPS_DOMAINS:-core,work-items,repositories,pipelines}
Environment Variables
AZURE_DEVOPS_ORG=${AZURE_DEVOPS_ORG}
AZURE_DEVOPS_PAT=${AZURE_DEVOPS_PAT:-}
Capabilities
cloud