/ 디렉터리 / 플레이그라운드 / 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 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기