Azure MCP Server
@JCallico
About Azure MCP Server
An Azure MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"py-az-mcp": {
"command": "uv",
"args": [
"pip",
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Azure MCP Server?
An MCP server that provides programmatic access to Azure Cloud resources by executing Azure CLI commands. It integrates with Claude Desktop and other MCP clients to enable natural‑language management of Azure services.
How to use Azure MCP Server?
Install dependencies with uv, run create_service_principal.py to generate a .env file with Azure credentials, then start the server using uv run --with mcp[cli] mcp run server-azure.py. For Claude Desktop, add the server JSON to the configuration file and ensure the environment variables are set.
Key features of Azure MCP Server?
- Service Principal authentication with automatic token management
- Virtual Machine lifecycle management (list, start, stop, delete)
- Storage account and container operations
- Web App and Function App management
- Resource group and role assignment management
- Secrets and Key Vault management
Use cases of Azure MCP Server?
- List, start, or stop Azure Virtual Machines via
More Cloud & Infrastructure MCP servers
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Comments