Skip to content
Back to search
60
MCP http

Microsoft Learn MCP

microsoft/learn_mcp

The Microsoft Learn MCP Server is a remote MCP Server that enables clients like GitHub Copilot and other AI agents to bring trusted and up-to-date information directly from Microsoft's official documentation. It supports streamable http transport, which is lightweight for clients to use.

Uptime
0.0%
1 direct probes · 30d
Response
356ms
last probe
Tools
0
callable
Resources
0
readable
Prompts
0
available

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "microsoft_learn_mcp": {
      "url": "https://github.com/microsoftdocs/mcp",
      "transport": "http"
    }
  }
}