ado-workflows-mcp

grimlor/ado-workflows-mcp
★ 1 stars Python ⚙️ DevOps Updated today
MCP server exposing Azure DevOps workflow automation tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ado-workflows-mcp": {
      "command": "uvx",
      "args": [
        "ado-workflows-mcp"
      ]
    }
  }
}

Or install with pip: pip install ado-workflows-mcp