﻿---
title: "Azure Skills 插件与 Azure MCP"
filename: "terminal"
canonical: /templates/azure-skills-plugin/
---

# Azure Skills 插件与 Azure MCP

主路径是 marketplace add microsoft/azure-skills，再 /plugins 装 azure。官方没给 plugin add id。只要 MCP 才手写 @azure/mcp。

```
codex plugin marketplace add microsoft/azure-skills
# 然后 TUI /plugins 装 azure

# 只要 MCP、插件装不上时：
codex mcp add azure -- npx -y @azure/mcp@latest server start

```
