Microsoft Learn MCP
microsoft/learn_mcpThe 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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"microsoft_learn_mcp": {
"url": "https://github.com/microsoftdocs/mcp",
"transport": "http"
}
}
}