Microsoft Azure integration — manage Azure resources, storage, compute, and cloud services
AZURE_SUBSCRIPTION_IDAZURE_TENANT_IDnpx @getmcp/cli add azureConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"mcp-azure"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "",
"AZURE_TENANT_ID": ""
}
}
}
}