Skip to content
Grok

ms graph mcp for Grok

io.github.nitin27may/ms-graph-mcp

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

client:Grok transport:stdio runtime:pypi

Install ms graph mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ms-graph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ms-graph-mcp"
      ]
    }
  }
}

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

ms graph mcp in other clients