AgentHubAgentHub

Azure MCP Server

MCP ServerMCP Registry官方收录

com.microsoft/azure · v3.0.0-beta.6

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

概览

Azure MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "azure": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.microsoft/azure",
  "type": "mcp-server",
  "version": "3.0.0-beta.6",
  "displayName": "Azure MCP Server",
  "description": "All Azure MCP tools to create a seamless connection between AI agents and Azure services.",
  "repository": {
    "url": "https://github.com/microsoft/mcp",
    "source": "github",
    "subfolder": "servers/Azure.Mcp.Server"
  },
  "homepage": "https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server",
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "Azure.Mcp",
        "version": "3.0.0-beta.6",
        "transport": "stdio"
      },
      {
        "registryType": "npm",
        "identifier": "@azure/mcp",
        "version": "3.0.0-beta.6",
        "transport": "stdio"
      },
      {
        "registryType": "pypi",
        "identifier": "msmcp-azure",
        "version": "3.0.0-beta.6",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-win-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-win-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-linux-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-linux-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-osx-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.6/Azure.Mcp.Server-osx-arm64.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.microsoft/azure",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.microsoft%2Fazure/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Azure MCP Server — MCP Server 安装与配置 · AgentHub