Microsoft Learn MCP

Normal
GitHub TypeScript CC-BY-4.0

Description

Official Microsoft Learn MCP Server and CLI tool, powering LLMs and AI agents with real-time, trusted Microsoft docs and code samples.

Key Features

  • Official Microsoft Learn MCP server for real-time access to Microsoft documentation
  • No authentication required — one-click install, plug-and-play setup
  • Three tools: docs search, page fetch to markdown, and code sample search
  • OpenAI-compatible endpoint for Deep Research model support
  • Token budget control via maxTokenBudget query parameter
  • Agent Skills for Claude, Copilot, Cursor, and other coding assistants

Use Cases

💡 Eliminating AI hallucinations with trusted Microsoft documentation access
💡 Azure SDK and API reference lookups during coding sessions
💡 Retrieving official .NET, Python, and Azure code samples
💡 Powering AI agents with up-to-date Microsoft technology knowledge
💡 CLI-based documentation search for terminal workflows

Categories

Quick Start

Add to your MCP client config: `{"servers":{"microsoft-learn":{"type":"http","url":"https://learn.microsoft.com/api/mcp"}}}`. Or install via VS Code one-click button. CLI: `npx @microsoft/learn-cli search "azure functions timeout"`.

Related Projects