MCP.so
登录

azure-mcp-server

@matthewfreshit

关于 azure-mcp-server

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

matthewfreshit

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器