Microsoft MCP Server for Enterprise

Built on the open Model Context Protocol, the public preview of Microsoft MCP Server for Enterprise lets AI agents access Microsoft Entra data by converting natural language queries into Microsoft Graph API calls. Its 3 documented tools cover microsoft, graph. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-06-04 · ★ 49 · #644 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

CC-BY-4.0 · how we verify → /methodology

01 · Install Microsoft MCP Server for Enterprise

Claude Code

claude mcp add microsoft-enterprisemcp --transport http https://mcp.svc.cloud.microsoft/enterprise

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "microsoft-enterprisemcp": {
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.svc.cloud.microsoft/enterprise

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.svc.cloud.microsoft

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license CC-BY-4.0 - declared in the repository

registry namespace io.github.microsoft is GitHub-verified and matches the repo owner

03 · What Microsoft MCP Server for Enterprise can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can find relevant Microsoft Graph API calls based on user intent, execute read-only Microsoft Graph API calls, respecting User roles and MCP Client scopes, and retrieve properties of specific Microsoft Graph entities to help the AI model.

The 3 tools it gives your agent

Extracted from the project's README - what Microsoft MCP Server for Enterprise lets an agent do.

microsoft_graph_suggest_queries
- Finds relevant Microsoft Graph API calls based on user intent.
microsoft_graph_get
- Executes read-only Microsoft Graph API calls, respecting User roles and MCP Client scopes.
microsoft_graph_list_properties
- Retrieves properties of specific Microsoft Graph entities to help the AI model

04 · Who maintains Microsoft MCP Server for Enterprise

Microsoft MCP Server for Enterprise is maintained by microsoft. We track 9 MCP servers from microsoft - 9 actively maintained, 43,350 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from microsoft.

  1. Playwright MCP Playwright Tools for MCP ★ 36,436
  2. Azure MCP Server All Azure MCP tools to create a seamless connection between AI agents and Azure services. ★ 3,598
  3. Power BI Modeling MCP Server The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents. ★ 1,092
  4. Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,598
  5. Azure DevOps (ADO) The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents. ★ 1,977
  6. Awesome Copilot MCP Server An MCP server that stores Copilot customizations from the Awesome Copilot repository ★ 196

05 · Facts

category
other - ranked #644 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.microsoft/EnterpriseMCP (active, first published 2025-11-18)

06 · Microsoft MCP Server for Enterprise FAQ

Is Microsoft MCP Server for Enterprise still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-04. We re-verify nightly.

What can Microsoft MCP Server for Enterprise do?

With this server connected, an agent can find relevant Microsoft Graph API calls based on user intent, execute read-only Microsoft Graph API calls, respecting User roles and MCP Client scopes, and retrieve properties of specific Microsoft Graph entities to help the AI model.

How do I install Microsoft MCP Server for Enterprise?

Run `claude mcp add microsoft-enterprisemcp --transport http https://mcp.svc.cloud.microsoft/enterprise`. You can also paste the ready-made client config above.

Does Microsoft MCP Server for Enterprise require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Microsoft MCP Server for Enterprise