โ† All skills
Tencent SkillHub ยท Developer Tools

Microsoft Learn MCP

Connect to Microsoft Learn MCP Server to search Microsoft documentation, fetch specific doc pages, and find code samples. Use when you need to query Microsof...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect to Microsoft Learn MCP Server to search Microsoft documentation, fetch specific doc pages, and find code samples. Use when you need to query Microsof...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/mcp-details.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Microsoft Learn MCP

Connect to the Microsoft Learn MCP (Model Context Protocol) Server to interact with Microsoft documentation through structured tools.

Endpoint

https://learn.microsoft.com/api/mcp This is a remote MCP server using streamable HTTP. It provides three main tools: microsoft_docs_search โ€” Search Microsoft documentation microsoft_docs_fetch โ€” Fetch specific documentation pages microsoft_code_sample_search โ€” Search for official code samples

Add to mcporter config

mcporter config add --name mslearn --url https://learn.microsoft.com/api/mcp --type http Or manually add to ~/.config/mcporter/config.json: { "servers": { "mslearn": { "type": "http", "url": "https://learn.microsoft.com/api/mcp" } } }

Verify connection

mcporter list mslearn --schema

Search documentation

mcporter call mslearn.microsoft_docs_search query="Azure Functions triggers"

Fetch a specific doc page

mcporter call mslearn.microsoft_docs_fetch url="https://learn.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings"

Search code samples

mcporter call mslearn.microsoft_code_sample_search query="Python blob storage" language="python"

Tool Reference

Tool schemas are dynamic. Always check current schema with: mcporter list mslearn --schema Common patterns: ToolTypical parametersmicrosoft_docs_searchquery (required), locale (optional, e.g., "en-us")microsoft_docs_fetchurl (required, full Learn URL)microsoft_code_sample_searchquery (required), language (optional), product (optional)

Output formats

Default output is human-readable. Use --output json for structured data: mcporter call mslearn.microsoft_docs_search query="Entra ID" --output json

Notes

No authentication required for the Learn MCP Server The server interface may change dynamically; always call list to get current tools For complex queries, prefer search over fetch; let the tool find relevant pages Locale defaults to en-us if not specified

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/mcp-details.md Docs