/ ディレクトリ / プレイグラウンド / 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と組み合わせて10倍の力を

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

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る