/ Annuaire / Playground / Microsoft MCP Catalog
● Officiel microsoft 🔑 Nécessite votre clé

Microsoft MCP Catalog

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

prêt

Installer

Choisissez votre client

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add microsoft-mcp-catalog -- undefined 

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Microsoft MCP Catalog

Pick the right official Microsoft MCP for Azure tasks

👤 Developers ⏱ ~15 min intermediate

Quand l'utiliser : You want Azure resource access from Claude and need the canonical server, not a third-party fork.

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

Résultat : You are using a Microsoft-supported Azure MCP, not a fork.

Discover newly-released Microsoft MCPs

👤 Developers ⏱ ~15 min intermediate

Quand l'utiliser : Quarterly review — check what new official servers shipped.

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

Résultat : Adoption decisions made off the official source.

Combinaisons

Associez-le à d'autres MCPs pour un effet 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✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
catalog_browse (see docs) Browse the README index (no MCP tools — this repo IS the catalog) 1 call

Coût et limites

Coût d'exécution

Quota d'API
N/A (catalog repo)
Tokens par appel
N/A
Monétaire
Free; per-server costs apply
Astuce
Bookmark a permalink to the README, not the rendered page

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Per-server credentials; this repo stores none
Sortie de données : github.com only

Dépannage

Erreurs courantes et correctifs

Listed install command fails

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

Alternatives

Microsoft MCP Catalog vs autres

AlternativeQuand l'utiliserCompromis
Awesome MCP ServersYou want community-curated servers tooMixed quality — not vetted by Microsoft
awslabs/mcpYou need AWS, not AzureDifferent cloud

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills