drio
Open app

Azure DevOps MCP Server by Zubeid Hendricks

Source

MCP Server for the Azure DevOps API, enabling project management, repository operations, and more.

Catalog onlyCatalog onlySTDIO

Overview

Azure DevOps MCP Server is a server solution designed to interface with the Azure DevOps API, providing functionalities for project management, repository operations, and more.

To use the MCP Server, follow the installation instructions provided in the repository, configure your Azure DevOps credentials, and start interacting with Azure DevOps projects through the server.

  • Enables comprehensive project management capabilities - Facilitates repository operations and management - Integrates seamlessly with Azure DevOps API for full spectrum tool functionalities
  1. Managing development projects efficiently within Azure DevOps.
  2. Automating repository operations to streamline workflows.
  3. Enhancing collaboration among development teams through better project visibility.

Add to your AI client

Use these steps to connect Azure DevOps MCP Server by Zubeid Hendricks in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "azure-mcp-server-zubeidhendricks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "azure-mcp-server-zubeidhendricks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "azure-mcp-server-zubeidhendricks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "azure-mcp-server-zubeidhendricks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "azure-mcp-server-zubeidhendricks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "azure-mcp-server-zubeidhendricks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-mcp-server-zubeidhendricks"
      ]
    }
  }
}

FAQ

What is the main purpose of the Azure DevOps MCP Server?

The main purpose is to provide a robust interface for managing Azure DevOps projects and repositories efficiently.

Is the Azure DevOps MCP Server open source?

Yes! The MCP Server is open source and available for modification and contribution via GitHub.

Who is the author of this project?

The project is authored by Zubeid Hendricks, a developer focused on improving developer productivity through innovative tools.