About
Overview
The Azure MCP Server provides tools for AI agents to interact with Microsoft Azure's cloud platform. It supports managing virtual machines, App Service deployments, Azure Storage accounts, Azure Active Directory, Key Vault secrets, and other Azure services through the Azure SDK.
Capabilities
Tools & Capabilities
⚡list_resources
List Azure resources in a subscription
⚡list_vms
List virtual machines
⚡list_app_services
List App Service web apps
⚡get_keyvault_secret
Retrieve a secret from Key Vault
⚡list_storage_accounts
List storage accounts
⚡list_resource_groups
List resource groups
Setup
Installation
bash
Install
npx -y @azure/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"azure": {
"command": "npx",
"args": ["-y", "@azure/mcp-server"],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-sub-id",
"AZURE_TENANT_ID": "your-tenant-id",
"AZURE_CLIENT_ID": "your-client-id",
"AZURE_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authormicrosoft
LanguageTypeScript
StatusStable
Stars★ 320
Last UpdatedFeb 12, 2026