Microsoft Learn
Official
🔍 Search & Research
Search Microsoft's official documentation, fetch full articles and find code samples through the public Microsoft Learn MCP server. No account or key needed.
Tags
Client configuration
Cursor (.cursor/mcp.json)
{
"mcpServers": {
"microsoft-learn": {
"url": "https://learn.microsoft.com/api/mcp"
}
}
}VS Code (.vscode/mcp.json)
{
"servers": {
"microsoft-learn": {
"url": "https://learn.microsoft.com/api/mcp",
"type": "http"
}
}
}Replace the placeholders before connecting. Authorize in your client when prompted.
For Claude, add the remote server in Settings > Connectors.