AzureStack Azure Bridge Client Claude Desktop Config
Add the AzureStack Azure Bridge Client MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-azurestack-customersubscription": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-azurestack-customersubscription"
],
"env": {
"AZURESTACK_AZURE_BRIDGE_CLIENT_API_KEY": "your_azurestack_azure_bridge_client_api_key"
}
}
}
}Environment Variables
AZURESTACK_AZURE_BRIDGE_CLIENT_API_KEYReplace your_azurestack_azure_bridge_client_api_key with your actual azurestack azure bridge client api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptionsCustomerSubscriptions_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/customerSubscriptions/{customerSubscriptionName}CustomerSubscriptions_Delete