Back to MCP Servers
Azure
Manage Azure resources including VMs, storage accounts, App Service, Azure SQL, and networking through the Azure Resource Manager API
azuremicrosoftcloudinfrastructureofficial
By Microsoft
Installation
npm install -g @azure/mcp-serverConfiguration
{
"mcpServers": {
"azure": {
"command": "npx",
"args": ["-y", "@azure/mcp-server"],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription-id",
"AZURE_TENANT_ID": "your-tenant-id",
"AZURE_CLIENT_ID": "your-client-id",
"AZURE_CLIENT_SECRET": "your-client-secret"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes