
Microsoft Docs
HTTP-SSEOfficialMCP server providing real-time access to official Microsoft documentation for AI assistants.
MCP server providing real-time access to official Microsoft documentation for AI assistants.
The Microsoft Docs MCP Server implements the Model Context Protocol (MCP) server that provides AI assistants with real-time access to official Microsoft documentation.
Please note that this project is in Public Preview and implementation may significantly change prior to our General Availability.
The Microsoft Docs 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 allows any compatible AI system to ground its responses in authoritative Microsoft content.
The Microsoft Docs MCP Server is accessible to any IDE, agent, or tool that supports the Model Context Protocol (MCP). Any compatible client can connect directly to the endpoint below:
Endpoint URL:
https://learn.microsoft.com/api/mcp
Example JSON configuration:
{ "microsoft.docs.mcp": { "type": "http", "url": "https://learn.microsoft.com/api/mcp" } }
Tool Name | Description | Input Parameters |
---|---|---|
microsoft_docs_search | Performs semantic search against Microsoft official technical documentation | query (string): The search query for retrieval |
The Microsoft Docs MCP Server supports quick installation across multiple development environments. Choose your preferred client below for streamlined setup:
Client | One-click Installation | MCP Guide |
---|---|---|
VS Code | VS Code MCP Official Guide | |
Visual Studio | Manual configuration required | Visual Studio MCP Official Guide |
Cursor IDE | Cursor MCP Official Guide |
Issue | Possible Solution |
---|---|
Connection errors | Verify your network connection and that the server URL is correctly entered |
No results returned | Try rephrasing your query with more specific technical terms |
Tool not appearing in VS Code | Restart VS Code or check that the MCP extension is properly installed |
The Microsoft Docs MCP Server team is working on several enhancements: