CursorPool
← 返回 MCP 列表

Azure MCP

查询 Azure 资源、日志与配置,用对话管理微软云。

Microsoft·670 次安装·26 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @azure/mcp

在 Cursor 中配置(mcp.json)

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