Skip to content
Grok

ms sharepoint mcp for Grok

io.github.0xka13b/ms-sharepoint-mcp

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

client:Grok transport:stdio runtime:npm

Install ms sharepoint mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ms-sharepoint-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ],
      "env": {
        "MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>"
      }
    }
  }
}

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 sharepoint mcp in other clients