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
100.0%
77 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Microsoft Learn MCP live
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
3 tools · streamable-http
io.github.GabrielaHdzMicrosoft/mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
0 tools
io.github.gabrielahdzmicrosoft/mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
0 tools
learn-mcp-server
A learning MCP server built with FastMCP.
0 tools
hoshy99/copilot-mcp-server
MCP Server for the Microsoft CoPilot Retrieval API
0 tools
iflow-mcp_davidlms-learnmcp-xapi
LearnMCP-xAPI is an open-source MCP server that enables AI agents to record and retrieve learning activities through xAPI-compliant Learning
0 tools

How to use

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

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