Back to directory
zerg00s/server-sharepoint

zerg00s/server-sharepoint

@Zerg00s

This is a MCP server for Claude Desktop that allows you to interact with SharePoint Online using the SharePoint REST API.

sharepointmcp-servermicrosoft-365rest-apiclaude-desktoptypescriptnpxcloud

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
2026/6/13
Updated
2026/6/13