Cloud InfrastructureAuto-generated
DeploymentScriptsClient MCP Server
The APIs listed in this specification can be used to manage Deployment Scripts resource through the Azure Resource Manager.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-resources-deploymentscripts
Environment Variables
DEPLOYMENTSCRIPTSCLIENT_API_KEYExample: your_deploymentscriptsclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-resources-deploymentscripts": {
"command": "npx",
"args": ["-y","@mcp/azure-com-resources-deploymentscripts"],
"env": {
"DEPLOYMENTSCRIPTSCLIENT_API_KEY": "your_deploymentscriptsclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScriptsDeploymentScripts_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScriptsDeploymentScripts_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}DeploymentScripts_Get
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}DeploymentScripts_Create
DELETE
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}DeploymentScripts_Delete
PATCH
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}DeploymentScripts_Update
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logsDeploymentScripts_GetLogs
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs/defaultDeploymentScripts_GetLogsDefault