
Azure API MCP
Supports UIby azure
Securely execute Azure CLI commands through an MCP server with multi-layer security validation and RBAC integration.
What it does
Azure API MCP provides LLM agents with a secure gateway to the Azure CLI. It allows agents to manage Azure resources by translating natural language intent into az commands, while enforcing a strict security architecture to prevent dangerous operations.
Tools
call_az: The primary tool for executing any Azure CLI command. It accepts acli_commandstring and an optional timeout.
Installation
Build from source:
go build -o bin/azure-api-mcp ./cmd/server
To add to Claude Desktop, add the following to claude_desktop_config.json:
{
"mcpServers": {
"azure-api": {
"command": "/path/to/bin/azure-api-mcp"
}
}
}
Supported hosts
- claude
Quick install
go build -o bin/azure-api-mcp ./cmd/serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






