azure-mcp-server
@matthewfreshit
关于 azure-mcp-server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is azure-mcp-server?
azure-mcp-server is a Model Context Protocol (MCP) server built with mcp-framework that provides tools for interacting with Azure services, including Storage (blob operations), Virtual Machines (lifecycle management), and App Service (configuration and management). It is intended for developers and operators who need to manage Azure resources via MCP-compatible clients.
How to use azure-mcp-server?
Install dependencies with npm install, build the project with npm run build, and start the server with npm start. All tools authenticate automatically using DefaultAzureCredential, which tries environment variables, managed identity, Azure CLI, Visual Studio Code credentials, and interactive browser login.
Key features of azure-mcp-server
- Tools for Azure Storage blob and container operations
- Tools for Azure Virtual Machine lifecycle management
- Tools for Azure App Service configuration and management
- Authentication via DefaultAzureCredential (no manual login required)
- Built with the mcp-framework for easy extensibility
- Detailed console logging for debugging
Use cases of azure-mcp-server
- List, create, and delete Azure Storage containers and blobs from an MCP client
- Start, stop, restart, and delete Azure Virtual Machines
- Retrieve and manage Azure App Service details and configuration
- Automate resource management tasks across multiple Azure services
- Integrate Azure operations into MCP‑driven workflows
FAQ from azure-mcp-server
What Azure services does azure-mcp-server support?
It provides tools for Azure Storage (blob/container operations), Azure Virtual Machines (VM management), and Azure App Service (app configuration and management).
How does azure-mcp-server authenticate to Azure?
All tools use @azure/identity’s DefaultAzureCredential, which attempts authentication via environment variables, managed identity, Azure CLI, VS Code credentials, and interactive browser login (in that order).
What permissions are required for the Storage tools?
Storage Account Contributor for managing account settings and Storage Blob Data Contributor for CRUD operations on blobs and containers.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
评论