Skip to content

Azure Devops

Free

by MCP Community

MCP server for interacting with Azure DevOps (on-premises) WEM fork

v2.3.42Added Apr 12, 2026
DevOpsOnPremiseMCP
Works with:ClaudeGPTGeminiCopilot

Azure Devops MCP Server

MCP server for interacting with Azure DevOps (on-premises) WEM fork

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @web-marketing-hr/azure-devops-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "azure-devops": {
      "command": "npx",
      "args": ["-y", "@web-marketing-hr/azure-devops-mcp"]
    }
  }
}