Skip to content
Grok

SharePoint MCP Server for Grok

io.github.ravikant1918/sharepoint-mcp

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

client:Grok transport:stdio runtime:pypi

Install SharePoint MCP Server 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": {
    "sharepoint-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<SHP_TENANT_ID>",
        "SHP_SITE_URL": "<SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<SHP_DOC_LIBRARY>"
      }
    }
  }
}

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

SharePoint MCP Server in other clients