# Microsoft Learn MCP (verified)

The 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 docum…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add microsoft/learn_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list microsoft/learn_mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get microsoft/learn_mcp microsoft_docs_search

# Call a tool
npx -y @smithery/cli@latest tool call microsoft/learn_mcp microsoft_docs_search '{}'
```

## Direct MCP Connection

Endpoint: `https://learn_mcp--microsoft.run.tools`

## Tools (3)

- `microsoft_docs_search` — Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. Thi…
- `microsoft_code_sample_search` — Search for code snippets and examples in official Microsoft Learn documentation. This tool retrieves relevant code samp…
- `microsoft_docs_fetch` — Fetch and convert a Microsoft Learn documentation page to markdown format. This tool retrieves the latest complete cont…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get microsoft/learn_mcp <tool-name>
```
