Mi
MCP SERVER
Visit projectMicrosoft Learn MCP Server
Remote MCP server that searches and fetches official Microsoft and Azure documentation from Microsoft Learn.
About Microsoft Learn MCP Server
Remote MCP server that searches and fetches official Microsoft and Azure documentation from Microsoft Learn. Details were read from the publisher’s repository and documentation; nothing was installed or executed.
What you can do
- Documentation search
- Documentation retrieval
- Code sample lookup
How to connect
What is the endpoint and how does it run?
Hosted remote server over Streamable HTTP at https://learn.microsoft.com/api/mcp.
Does it need authentication?
No credentials are required, according to the published details.
How do I add Microsoft Learn MCP Server to Claude Code, Cursor or Claude Desktop?
Claude Code
claude mcp add --transport http microsoft-learn https://learn.microsoft.com/api/mcpCursor, Windsurf and other clients that accept a URL (mcp.json)
{
"mcpServers": {
"microsoft-learn": {
"url": "https://learn.microsoft.com/api/mcp"
}
}
}Claude Desktop (claude_desktop_config.json, via the mcp-remote bridge)
{
"mcpServers": {
"microsoft-learn": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://learn.microsoft.com/api/mcp"
]
}
}
}Snippets are generated from the published endpoint; the server name microsoft-learn is only a label you can change.
REMOTE ENDPOINT
https://learn.microsoft.com/api/mcpUse this URL in a compatible client. Follow the provider’s authentication instructions.Sources and checks
View the sourceSource information collected September 8, 2026.
Badge and embed
Show this listing on your website or README. The badge and the card link back to this page.
Markdown badge
[](https://ruagentic.com/tools/microsoft-learn-mcp)HTML badge
<a href="https://ruagentic.com/tools/microsoft-learn-mcp"><img src="https://ruagentic.com/badge/microsoft-learn-mcp.svg" alt="Listed on RUAGENTIC" height="28"></a>Markdown card
[](https://ruagentic.com/tools/microsoft-learn-mcp)HTML embed
<iframe src="https://ruagentic.com/embed/microsoft-learn-mcp" width="480" height="150" style="border:0;max-width:100%" loading="lazy" title="Microsoft Learn MCP Server on RUAGENTIC"></iframe>