Azure
Official
🏗️ Infrastructure
Official Microsoft Azure MCP Server. Manage 50+ Azure services with 170+ tools: AI Search, Cosmos DB, SQL, Storage, AKS, Functions, Key Vault, Monitor, and more. Uses Azure Identity for secure authentication.
Tags
Tools (13)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest"
],
"env": {
"AZURE_TENANT_ID": "your-azure-tenant-id-here",
"AZURE_CLIENT_ID": "your-azure-client-id-here",
"AZURE_CLIENT_SECRET": "your-azure-client-secret-here",
"AZURE_MCP_COLLECT_TELEMETRY": "your-azure-mcp-collect-telemetry-here"
}
}
}
}