From azure
Runs locally as stdio subprocess using @azure/mcp to connect Claude to Microsoft Azure cloud services. Requires AZURE_TENANT_ID and AZURE_SUBSCRIPTION_ID for authentication.
npx claudepluginhub anthropics/claude-plugins-official --plugin azureAdd to your .mcp.json:
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}npx