Show HN: Microsoft official MCP for documentation and more

2 ztq121121 1 7/12/2025, 8:20:27 AM github.com ↗

Comments (1)

ztq121121 · 3h ago
Hey HN –

We (at Microsoft Learn) published this MCP server to help people ground their LLMs and agents on official Microsoft documentations.

What it is: • A server that implements the remote MCP spec with streamable HTTP transport • Pure public and free • Provides public document search tool and many other tools to come.

Quick try: ```json { "microsoft.docs.mcp": { "type": "http", "url": "https://learn.microsoft.com/api/mcp" } } ``` We’ve seen teams use it for:

- quick Q&A - helping coding agents find correct package and API

We’d love to hear from you: • What tools you want to see next? • Are there blockers in using it in your scenarios? • Where does it work well — or not so well?

The project: https://github.com/MicrosoftDocs/mcp