MCP.so
Sign In

Microsoft Learn

Search trusted Microsoft docs to power your development

Documentation

About Microsoft Learn

Microsoft Learn provides trusted Microsoft documentation for developers and IT teams. Its connector gives assistants current docs context for Microsoft products, implementation questions, and technical learning workflows.

Connection details

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

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add microsoft-learn --transport http https://learn.microsoft.com/api/mcp

Frequently asked questions

What is the Microsoft Learn remote MCP server?

The Microsoft Learn remote MCP server is a hosted Model Context Protocol endpoint at https://learn.microsoft.com/api/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Microsoft Learn MCP server?

Add the endpoint https://learn.microsoft.com/api/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Microsoft Learn MCP server require authentication?

Yes. Microsoft Learn uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Microsoft Learn MCP server use?

Microsoft Learn exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers