
microsoft/mcp
Officialby Microsoft
π Microsoft MCP Servers
π What is MCP?
Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to large language models (LLMs). It allows AI applications to connect with various data sources and tools in a consistent manner, enhancing their capabilities and flexibility. MCP follows a client-server architecture:
- MCP Hosts: Applications like AI assistants or IDEs that initiate connections.
- MCP Clients: Connectors within the host application that maintain 1:1 connections with servers.
- MCP Servers: Services that provide context and capabilities through the standardized MCP.
For more details, visit the official MCP website.
π Which MCP Servers are built from this repository?
This repository contains core libraries, test frameworks, engineering systems, pipelines, and tooling for Microsoft MCP Server contributors to unify engineering investments; and reduce duplication and divergence:
Includes official servers for Azure and Microsoft Fabric, unified under one engineering system with shared libraries, test frameworks, and release pipelines.
π Which MCP Servers are available from Microsoft?
Azure
- REPOSITORY: microsoft/mcp (servers/Azure.Mcp.Server)
- DESCRIPTION: All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Can be used alone or with the GitHub Copilot for Azure extension in VS Code.
- CATEGORY: Cloud and Infrastructure
Microsoft Fabric
- REPOSITORY: microsoft/mcp (servers/Fabric.Mcp.Server)
- DESCRIPTION: MCP server bringing Microsoft Fabric data and analytics capabilities to AI agents.
- CATEGORY: Data and Analytics
Note: the standalone Azure/azure-mcp repository was archived in August 2025 β active development moved into this unified microsoft/mcp monorepo.
Related servers

n8n
by n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

@modelcontextprotocol/server-everything
OfficialMCP server that exercises all the features of the MCP protocol

@modelcontextprotocol/server-filesystem
OfficialMCP server for filesystem access