Microsoft MCP Server
Like the AWS one, Microsoft maintains a whole set of servers in a single repo rather than one entry point — Azure resource operations, Microsoft Learn doc search, Dev Box, the Fabric data platform, and more.
If you want just one to start with, the Microsoft Learn docs server is the lowest-risk: pure lookup, no access to your cloud resources, and it makes the AI cite real documentation instead of inventing Azure behaviour.
What it does for you
Microsoft's official MCP collection — spans Azure, Dev Box, Playwright and more, letting AI operate Microsoft services.
Capabilities
- Operate Azure and other Microsoft services
- Query resources and docs
Once installed, try asking your AI
Say this directly in Claude / Cursor or any client with this server connected
- ›“List all resource groups in my Azure subscription”
Install / Connect
# No npm package — install from source.
# See the repo's README for the exact command:
# https://github.com/microsoft/mcpFollow the official README; env and args vary per server.
Why use it
Good for: developers and ops working in the Azure / Microsoft 365 stack.
Before connecting: the servers that touch real resources need Azure credentials — start with a read-only service principal. The docs servers need no credentials at all, so try those first.
Similar / alternative servers
XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use
codebase-memory-mcp
High-performance code intelligence MCP server. Indexes codebases into a persiste
serena
A powerful MCP toolkit for coding, providing semantic retrieval and editing capa
unity-mcp
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give you
Frequently Asked Questions
Is this the same thing as Azure MCP?
The Azure servers live inside this repo as part of the collection. The repo is Microsoft's umbrella entry point for MCP servers across its product lines.
Do I need a Microsoft 365 subscription?
Depends which server. Doc search doesn't need one; anything touching Azure or M365 resources needs the matching subscription and credentials.