/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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 — эффект x10

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)
Токенов на вызов
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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills