All MCP servers

Microsoft Learn MCP

Official
by Api.AirforceStreamable HTTPDeveloper Tools01,697CC

Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

mcpopen-sourcedeveloper-tools

Endpoint

POST https://learn.microsoft.com/api/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "microsoft-learn-mcp-impb3361": {
      "url": "https://learn.microsoft.com/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}