/ Directorio / Playground / Microsoft MCP Catalog
● Oficial microsoft 🔑 Requiere tu clave

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 qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

listo

Instalar

Elige tu 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."
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add microsoft-mcp-catalog -- undefined 

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Microsoft MCP Catalog

Pick the right official Microsoft MCP for Azure tasks

👤 Developers ⏱ ~15 min intermediate

Cuándo usarlo: You want Azure resource access from Claude and need the canonical server, not a third-party fork.

Flujo
  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

Cuándo usarlo: Quarterly review — check what new official servers shipped.

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 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✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
catalog_browse (see docs) Browse the README index (no MCP tools — this repo IS the catalog) 1 call

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A (catalog repo)
Tokens por llamada
N/A
Monetario
Free; per-server costs apply
Consejo
Bookmark a permalink to the README, not the rendered page

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Per-server credentials; this repo stores none
Salida de datos: github.com only

Resolución de problemas

Errores comunes y soluciones

Listed install command fails

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

Alternativas

Microsoft MCP Catalog vs otros

AlternativaCuándo usarlaContrapartida
Awesome MCP ServersYou want community-curated servers tooMixed quality — not vetted by Microsoft
awslabs/mcpYou need AWS, not AzureDifferent cloud

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills