/ 目录 / 演练场 / 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