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.
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 Code
claude mcp add --transport http microsoft-learn-mcp https://learn.microsoft.com/api/mcpCursor
{
"mcpServers": {
"microsoft-learn-mcp": {
"url": "https://learn.microsoft.com/api/mcp"
}
}
}VS Code
{
"servers": {
"microsoft-learn-mcp": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
}Codex
codex mcp add microsoft-learn-mcp --url https://learn.microsoft.com/api/mcpMicrosoft Learn MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Microsoft Learn MCP Serverthis listing | 1.9k | TypeScript | CC-BY-4.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Microsoft Learn MCP Server alternatives, compared →
