Skip to content
Agent Search Engine.

Record · microsoft-leMCP serverOpen sourceVerified Sep 23, 2026

Microsoft Learn MCP Server

Official remote MCP server that searches and fetches Microsoft Learn documentation and code samples.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Coding agents working with Azure, .NET and other Microsoft technologies that need current official docs rather than training-data recall.

About Microsoft Learn MCP Server

Microsoft's official Learn MCP Server gives AI assistants search and retrieval over Microsoft Learn documentation and code samples. It is a free remote endpoint that needs no API key or sign-in. The repository also ships the mslearn command-line tool and documents an experimental OpenAI-compatible endpoint.

Microsoft Learn MCP Server is an open-source project written primarily in TypeScript, with 1.9k stars on GitHub. It was last updated in September 2026.

Add Microsoft Learn MCP Server to your MCP client

A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.

Claude CodeRun in your terminal
claude mcp add --transport http microsoft-learn-mcp https://learn.microsoft.com/api/mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "microsoft-learn-mcp": {
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "microsoft-learn-mcp": {
      "type": "http",
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
CodexRun in your terminal
codex mcp add microsoft-learn-mcp --url https://learn.microsoft.com/api/mcp

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Microsoft Learn MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Microsoft Learn MCP ServerMCP serverthis listing1.9kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Microsoft Learn MCP Server alternatives, compared →