Back to directory
server-sharepoint

server-sharepoint

@Zerg00s26

An MCP server for Claude Desktop that enables seamless interaction with SharePoint Online through the SharePoint REST API.

sharepointmicrosoftoffice365collaborationdocument-managementrest-apicloud

Installation & Configuration

{
  "mcpServers": {
    "server-sharepoint": {
      "command": "npx",
      "args": [
        "-y",
        "server-sharepoint"
      ],
      "env": {
        "AZURE_APPLICATION_ID": "<your-app-id>",
        "AZURE_APPLICATION_CERTIFICATE_THUMBPRINT": "<your-certificate-thumbprint>",
        "AZURE_APPLICATION_CERTIFICATE_PASSWORD": "<your-certificate-password>",
        "M365_TENANT_ID": "<your-tenant-id>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/27
Updated
2026/6/8