Skip to content

Azure

Free

by MCP Community

Servidor MCP para Azure DevOps

v2.4.5Added Apr 12, 2026
mcpazuremodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Azure MCP Server

Servidor MCP para Azure DevOps

Installation

npx -y @slorenzot/mcp-azure

Reviews

Leave a Review

Installation

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