Back to directory
bcusack/sharepoint-mcp

bcusack/sharepoint-mcp

@BCusack

A Model Context Protocol server for accessing organizational SharePoint via Microsoft Graph API.

sharepointmicrosoft-graphdocument-managementmcptypescriptenterpriseoffice365cloud-storagecloud

Installation & Configuration

{
  "mcpServers": {
    "sharepoint": {
      "command": "bun",
      "args": [
        "run",
        "start"
      ],
      "env": {
        "TENANT_ID": "your-tenant-id",
        "CLIENT_ID": "your-client-id",
        "CLIENT_SECRET": "your-client-secret",
        "SITE_ID": "your-site-id",
        "DRIVE_ID": "your-drive-id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13