Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by jdubois
Wraps the Azure CLI so AI assistants can manage Azure resources through natural language. Supports most az commands for deploying, configuring, and monitoring cloud infrastructure.
Install
npx -y @jdubois/azure-cli-mcpRun this command to install and start the server:
npx -y @jdubois/azure-cli-mcpAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"azure-cli-mcp": {
"command": "npx",
"args": [
"-y",
"@jdubois/azure-cli-mcp"
]
}
}
}Other cloud servers you might want to compare.
by Anthropic
Search, read, and manage files in Google Drive. Access documents, spreadsheets, and shared drives through AI.
by Google
Deploy applications to Google Cloud Run. List services, manage projects, and ship containers to Google's serverless platform.
by AWS
AWS MCP servers for core service integration. Manage S3, Lambda, DynamoDB, CloudFormation, and more AWS services.
by Microsoft
Official Azure MCP server. Manage Azure resources, deploy services, query Resource Graph, and interact with the Azure ecosystem.