A TypeScript-based toolset that exposes Microsoft Learn MCP Server and CLI for querying official Microsoft docs and code samples via MCP endpoints. It emphasizes offline-like reliability with no auth and free access.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Official Microsoft Learn MCP Server and CLI tool for giving AI agents and IDEs direct access to Microsoft documentation and code samples via the MCP endpoint.
How it works
The MCP Server provides a remote endpoint for MCP clients to connect and fetch Microsoft docs and code samples. It supports experimental features like an OpenAI-compatible endpoint and token budget control. Tools include:
- microsoft_docs_search
- microsoft_docs_fetch
- microsoft_code_sample_search
Getting started
Install/usage snippets from README:
# Run instantly (no install)
npx @microsoft/learn-cli search "azure functions timeout"
# then install globally
npm install -g @microsoft/learn-cli
# then use `mslearn`
mslearn search "azure functions timeout"
Pass --json to get structured JSON output:
mslearn search "azure openai" --json | jq '.results[].title'
Recent releases
RELEASES (latest 0):
- none
Traction
Stars: 1811 (as provided) Forks: 222 Open issues: 20
Behind the repo
Linked resources include multiple installation guides for VS Code, Copilot CLI, Claude, Cursor, Codex, and various agent integrations. No company startup link is provided in the facts block.
Caveats
License: CC-BY-4.0 Created: 2025-06-09 Last push: 2026-08-04 Language: TypeScript Notes: README includes usage instructions and multiple one-click installation options across environments; experimental features described (OpenAI-compatible endpoint, token budget control). The latest releases section shows none.






