MS Learn Docs
OfficialProvides tools to search Microsoft official docs
Provider:Microsoft
Category:Documentation
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"ms-learn-docs": {
"command": "npx",
"args": [
"-y",
"ms-learn-docs-mcp"
]
}
}
}