add-sharepoint

Connect Power Apps code apps to SharePoint Online lists and data sources via Microsoft Graph.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-sharepoint-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-sharepoint
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/add-sharepoint
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-sharepoint-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Connects Power Apps code apps to SharePoint Online by creating and managing lists and data sources.

Core Features & Use Cases

  • Create and configure SharePoint lists and columns from within a code app
  • Discover sites and lists, attach lists as data sources, and manage connectors
  • Integrate with PAC/Graph APIs for authentication and data operations

Quick Start

Authenticate to Microsoft Graph, select a SharePoint site and target lists, then add or extend data sources in your code app.

Frequently Asked Questions about add-sharepoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Power Apps code apps to SharePoint Online lists?

To connect Power Apps code apps to SharePoint Online, you authenticate to Microsoft Graph, discover target sites and lists, and then attach them as data sources within your code app.

Can I create SharePoint lists and columns directly from a Power Apps code app?

Yes, you can create and configure SharePoint lists and columns directly from a code app by using Microsoft Graph endpoints to read and modify list structures.

What permissions do I need to manage SharePoint data sources through Graph API?

You need Microsoft Graph API tokens with Sites.Manage.All permissions to authenticate and manage SharePoint Online lists, columns, and data sources.

Does this approach use PAC CLI or Graph API for SharePoint site discovery?

It integrates with PAC and Graph APIs to handle authentication and perform site and list discovery before attaching lists as data sources.

What are the limitations when extending data sources in Power Apps code apps?

Extension is limited to SharePoint Online endpoints and requires valid Graph API tokens, meaning operations are constrained by the boundaries of Microsoft Graph list management.

Is add-sharepoint the best way to bridge Power Platform code apps with Microsoft Graph?

It provides a targeted method to bridge Power Platform code apps with SharePoint by managing list creation and data-source configuration natively through Graph API endpoints.