Azure for Claude Code
io.github.asklokesh/azure-mcp-server
MCP server for Azure API integration
client:Claude Code
transport:stdio
runtime:pypi
Install Azure in Claude Code
run in your project directory
claude mcp add azure-mcp-server -e AZURE_SUBSCRIPTION_ID=<AZURE_SUBSCRIPTION_ID> -e AZURE_CLIENT_ID=<AZURE_CLIENT_ID> -e AZURE_CLIENT_SECRET=<AZURE_CLIENT_SECRET> -e AZURE_TENANT_ID=<AZURE_TENANT_ID> -- uvx azure-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs