Skip to content
Grok

Microsoft MCP Server for Enterprise for Grok

io.github.microsoft/enterprisemcp

Official Microsoft MCP Server to query Microsoft Entra data using natural language

client:Grok transport:streamable-http

Install Microsoft MCP Server for Enterprise in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "enterprisemcp": {
      "type": "http",
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Microsoft MCP Server for Enterprise in other clients