Skip to content

Azure Devops

Free

by MCP Community

MCP server for interacting with Azure DevOps

v2.0.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Azure Devops MCP Server

MCP server for interacting with Azure DevOps

Installation

npx -y @ajpanada/mcp-azure-devops

Reviews

Leave a Review

Installation

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