MCP.so
登录

Microsoft Learn MCP Server

@microsoftdocs

关于 Microsoft Learn MCP Server

The Microsoft Learn MCP Server is a cloud-hosted service that enables MCP hosts like GitHub Copilot and Cursor to search and retrieve accurate information directly from Microsoft's official documentation. By implementing the standardized Model Context Protocol (MCP), this service

基本信息

分类

其他

传输方式

stdio

发布者

microsoftdocs

提交者

Tianqi Zhang

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. This tool returns up to 10 high-quality content chunks (each max 500 tokens), extracted from Microsoft Learn and other official sources. Each result includes the article title, URL, and a self-contained content excerpt optimized for fast retrieval and reasoning. Always use this tool to quickly ground your answers in accurate, first-party Microsoft/Azure knowledge.

概览

What is Microsoft Learn MCP Server?

A cloud-hosted service implementing the Model Context Protocol (MCP) that provides AI assistants with real-time, semantic access to official Microsoft documentation from Microsoft Learn, Azure, Microsoft 365, and other Microsoft sources. It enables MCP hosts like GitHub Copilot and Cursor to retrieve accurate, authoritative content grounded in the latest Microsoft documentation.

How to use Microsoft Learn MCP Server?

Install via one-click buttons for VS Code, VS Code Insiders, or Cursor, or manually configure the remote endpoint https://learn.microsoft.com/api/mcp. For clients without Streamable HTTP support (e.g., Claude Desktop, Windsurf), use npx -y mcp-remote as a workaround. After setup, invoke the microsoft_docs_search tool with a query to retrieve relevant documentation chunks.

Key features of Microsoft Learn MCP Server

  • High‑quality content retrieval from official Microsoft documentation sources.
  • Semantic understanding via advanced vector search for contextual relevance.
  • Returns up to 10 chunks (max 500 tokens each) with titles, URLs, and excerpts.
  • Real‑time access to the latest Microsoft documentation.
  • Single tool: microsoft_docs_search for semantic search.

Use cases of Microsoft Learn MCP Server

  • Developers asking AI assistants for Azure CLI commands from official Microsoft Learn documentation.
  • Grounding AI responses in authoritative Microsoft content within GitHub Copilot or Cursor.
  • Searching for specific technical details across Azure, Microsoft 365, and other Microsoft sources.
  • Reducing reliance on potentially outdated or unofficial documentation by using real‑time, official sources.

FAQ from Microsoft Learn MCP Server

What does Microsoft Learn MCP Server do?

It allows MCP‑compatible AI assistants to search and retrieve accurate, real‑time information from official Microsoft documentation via the microsoft_docs_search tool.

How do I install Microsoft Learn MCP Server?

Use the one‑click installation buttons for VS Code or Cursor, or manually configure your client with the endpoint https://learn.microsoft.com/api/mcp. For clients that do not support Streamable HTTP, use npx mcp-remote as an adapter.

Why do I get a 405 error when accessing the endpoint?

The endpoint is designed for

评论

其他 分类下的更多 MCP 服务器