SharePoint-Embedded-Samples

microsoft/SharePoint-Embedded-Samples
★ 104 stars TypeScript AI/LLM Updated today
Official samples and developer tools for building on SharePoint Embedded, the document storage API on Microsoft 365. Includes React, TypeScript, and ASP.NET Core boilerplates, an MCP server for AI coding agents, Copilot and Power Platform assets, Postman and Bruno collections, and admin scripts.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sharepoint-embedded-": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/SharePoint-Embedded-Samples"
      ]
    }
  }
}

README Excerpt

A collection of samples, tools, and resources for building applications with [SharePoint Embedded](https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview) — a document storage API built on Microsoft 365. Runnable applications demonstrating SharePoint Embedded integration patterns. | Sample | Stack | Description |