/ 目錄 / 演練場 / Microsoft MCP Catalog
● 官方 microsoft 🔑 需要你的金鑰

Microsoft MCP Catalog

作者 microsoft · microsoft/mcp

The single source of truth for Microsoft-published MCP servers — pick the one you need (Azure, Dataverse, Fabric, Learn, Playwright) and copy a tested config.

Microsoft maintains this repo as a catalog of every MCP server they publish. Each entry links to its own repo and a known-good config block. Use this when you want to verify an MCP is officially Microsoft-supported, find the canonical install snippet, or discover newly-released ones.

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "microsoft-mcp-catalog": {
      "_doc": "See https://github.com/microsoft/mcp for per-server install instructions."
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "microsoft-mcp-catalog": {
      "_doc": "See https://github.com/microsoft/mcp for per-server install instructions."
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "microsoft-mcp-catalog": {
      "_doc": "See https://github.com/microsoft/mcp for per-server install instructions."
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "microsoft-mcp-catalog": {
      "_doc": "See https://github.com/microsoft/mcp for per-server install instructions."
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "microsoft-mcp-catalog",
      "args": []
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "microsoft-mcp-catalog": {
      "command": {
        "args": []
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add microsoft-mcp-catalog -- undefined 

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: Microsoft MCP Catalog

Pick the right official Microsoft MCP for Azure tasks

👤 Developers ⏱ ~15 min intermediate

何時使用: You want Azure resource access from Claude and need the canonical server, not a third-party fork.

步驟
  1. Browse the catalog
    Open microsoft/mcp README and find the Azure MCP entry. Confirm it points to the active repo.✓ 已複製
    → Repo and install snippet found
  2. Copy install
    Copy the documented npx or docker command into your client config.✓ 已複製
    → Server starts; tool list visible
  3. Smoke test
    Ask Claude to list your resource groups in subscription <id>.✓ 已複製
    → Returns groups without auth error

結果: You are using a Microsoft-supported Azure MCP, not a fork.

Discover newly-released Microsoft MCPs

👤 Developers ⏱ ~15 min intermediate

何時使用: Quarterly review — check what new official servers shipped.

步驟
  1. Diff the catalog
    Compare current README against the version you used last quarter.✓ 已複製
    → List of added entries
  2. Evaluate
    For each new entry, check repo activity and docs.✓ 已複製
    → Decide which to adopt

結果: Adoption decisions made off the official source.

組合

與其他 MCP 搭配,撬動十倍槓桿

microsoft-mcp-catalog + github

Track the catalog with a watcher; open PRs when configs drift

Combine microsoft-mcp-catalog with github: Track the catalog with a watcher; open PRs when configs drift✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
catalog_browse (see docs) Browse the README index (no MCP tools — this repo IS the catalog) 1 call

成本與限制

運行它的成本

API 配額
N/A (catalog repo)
每次呼叫 Token 數
N/A
費用
Free; per-server costs apply
提示
Bookmark a permalink to the README, not the rendered page

安全

權限、密鑰、影響範圍

憑證儲存: Per-server credentials; this repo stores none
資料出站: github.com only

故障排查

常見錯誤與修復

Listed install command fails

Catalog can lag; open the linked per-server repo and use its README

替代方案

Microsoft MCP Catalog 對比其他方案

替代方案何時用它替代權衡
Awesome MCP ServersYou want community-curated servers tooMixed quality — not vetted by Microsoft
awslabs/mcpYou need AWS, not AzureDifferent cloud

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills