Back to MCP ToolsDocumentationOfficial
MS Learn Docs logo

MS Learn Docs

Official

Provides tools to search Microsoft official docs

Provider:Microsoft
Category:Documentation

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "ms-learn-docs": {
      "command": "npx",
      "args": [
        "-y",
        "ms-learn-docs-mcp"
      ]
    }
  }
}