Azure MCP Server
@JCallico
关于 Azure MCP Server
An Azure MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"py-az-mcp": {
"command": "uv",
"args": [
"pip",
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
云与基础设施 分类下的更多 MCP 服务器
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论