Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

BlueprintClient MCP Server

Azure Blueprints Client provides access to blueprint definitions, assignments, and artifacts, and related blueprint operations.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-blueprint-assignmentoperation

Environment Variables

BLUEPRINTCLIENT_API_KEY

Example: your_blueprintclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-blueprint-assignmentoperation": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-blueprint-assignmentoperation"],
      "env": {
      "BLUEPRINTCLIENT_API_KEY": "your_blueprintclient_api_key"
}
    }
  }
}

Endpoints

GET/{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations

AssignmentOperations_List

GET/{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName}

AssignmentOperations_Get