Microsoft Learn MCP
Rank #2,613com.microsoft/microsoft-learn-mcp
MCP server providing microsoft-learn-mcp capabilities
Microsoft Learn MCP is a Model Context Protocol (MCP) server published by microsoftdocs. It ranks #2,613 of 115,460 servers tracked on MCP Toplist, and its repository has 1,866 GitHub stars. Microsoft Learn MCP is listed across 5 registries — Official MCP, PulseMCP, Smithery, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 19, 2025 and most recently updated on Nov 21, 2025.
Ranks ahead of 112,847 of 115,460 servers on MCP Toplist.
Use Microsoft Learn MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http microsoft-learn-mcp https://server.smithery.ai/microsoft/learn_mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.microsoft-learn-mcp]
url = "https://server.smithery.ai/microsoft/learn_mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/microsoft/learn_mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"microsoft-learn-mcp": {
"url": "https://server.smithery.ai/microsoft/learn_mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"microsoft-learn-mcp": {
"type": "http",
"url": "https://server.smithery.ai/microsoft/learn_mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"microsoft-learn-mcp": {
"serverUrl": "https://server.smithery.ai/microsoft/learn_mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"microsoft-learn-mcp": {
"url": "https://server.smithery.ai/microsoft/learn_mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Fmicrosoft-learn-mcp)<a href="https://mcptoplist.com/server/com.microsoft%2Fmicrosoft-learn-mcp"><img src="https://mcptoplist.com/badge/com.microsoft%2Fmicrosoft-learn-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
microsoftdocs
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Nov 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Microsoft Learn MCP?
- Microsoft Learn MCP is maintained by microsoftdocs, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Microsoft Learn MCP listed on the Official MCP Registry?
- Yes — Microsoft Learn MCP is listed on the Official MCP Registry, alongside PulseMCP, Smithery, Glama and mcp.so.
- How many versions does Microsoft Learn MCP have?
- MCP Toplist tracks 2 versions of Microsoft Learn MCP, most recently published on Nov 21, 2025.
- Where can I find the source code for Microsoft Learn MCP?
- The source code for Microsoft Learn MCP is hosted at github.com/microsoftdocs/mcp.