/ Diretório / Playground / Microsoft MCP Catalog
● Oficial microsoft 🔑 Requer sua chave

Microsoft MCP Catalog

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu cliente

~/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."
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add microsoft-mcp-catalog -- undefined 

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Microsoft MCP Catalog

Pick the right official Microsoft MCP for Azure tasks

👤 Developers ⏱ ~15 min intermediate

Quando usar: You want Azure resource access from Claude and need the canonical server, not a third-party fork.

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

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

Discover newly-released Microsoft MCPs

👤 Developers ⏱ ~15 min intermediate

Quando usar: Quarterly review — check what new official servers shipped.

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

Resultado: Adoption decisions made off the official source.

Combinações

Combine com outros MCPs para 10× de alavancagem

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✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
catalog_browse (see docs) Browse the README index (no MCP tools — this repo IS the catalog) 1 call

Custo e limites

O que custa rodar

Cota de API
N/A (catalog repo)
Tokens por chamada
N/A
Monetário
Free; per-server costs apply
Dica
Bookmark a permalink to the README, not the rendered page

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Per-server credentials; this repo stores none
Saída de dados: github.com only

Solução de problemas

Erros comuns e correções

Listed install command fails

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

Alternativas

Microsoft MCP Catalog vs. outros

AlternativaQuando usarTroca
Awesome MCP ServersYou want community-curated servers tooMixed quality — not vetted by Microsoft
awslabs/mcpYou need AWS, not AzureDifferent cloud

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills