SharePoint MCP Integration
Connect SharePoint to AI assistants using Model Context Protocol
Available Tools
| Tool Name | Description | ||
|---|---|---|---|
Clear Auth Session | Clears the current SharePoint authentication session and tokens. Use this when the user wants to switch to a different Microsoft account. After clearing, the next SharePoint tool call will trigger a new authentication flow. | Clear Auth Session Clears the current SharePoint authentication session and tokens. Use this when the user wants to switch to a different Microsoft account. After clearing, the next SharePoint tool call will trigger a new authentication flow. | |
Create Folder | Create a new folder in a SharePoint document library. This tool supports creating folders in drive root, within specific folders using parentItemId (recommended), or using folder paths for backward compatibility. Use this tool to organize your SharePoint document library structure. | Create Folder Create a new folder in a SharePoint document library. This tool supports creating folders in drive root, within specific folders using parentItemId (recommended), or using folder paths for backward compatibility. Use this tool to organize your SharePoint document library structure. | |
Create List Item | Create a new item in a SharePoint list. Use this tool to add structured data like tasks, contacts, projects, etc. Provide the fields object with field names as keys and values as data. | Create List Item Create a new item in a SharePoint list. Use this tool to add structured data like tasks, contacts, projects, etc. Provide the fields object with field names as keys and values as data. | |
Delete Item | Delete a file or folder from SharePoint. This tool permanently removes the specified item and all its contents (for folders). Use with caution as this action cannot be undone. Always verify the item details before deletion. | Delete Item Delete a file or folder from SharePoint. This tool permanently removes the specified item and all its contents (for folders). Use with caution as this action cannot be undone. Always verify the item details before deletion. | |
Delete List Item | Delete an item from a SharePoint list. Use this tool to remove structured data like tasks, contacts, projects, etc. This action cannot be undone. | Delete List Item Delete an item from a SharePoint list. Use this tool to remove structured data like tasks, contacts, projects, etc. This action cannot be undone. | |
Extract File Content | Download a file from SharePoint and intelligently extracts content. | Extract File Content Download a file from SharePoint and intelligently extracts content. | |
Get Item Metadata | Get detailed metadata for a specific file or folder in SharePoint. Returns comprehensive information including size, creation date, modification date, download URL, and file/folder specific properties. Use this tool to get detailed information about files and folders before performing operations on them. | Get Item Metadata Get detailed metadata for a specific file or folder in SharePoint. Returns comprehensive information including size, creation date, modification date, download URL, and file/folder specific properties. Use this tool to get detailed information about files and folders before performing operations on them. | |
Get List Items | Get items from a SharePoint list. Use this tool to retrieve structured data like tasks, contacts, projects, etc. Supports filtering, ordering, and field selection. Each item contains fields with values based on the list structure. | Get List Items Get items from a SharePoint list. Use this tool to retrieve structured data like tasks, contacts, projects, etc. Supports filtering, ordering, and field selection. Each item contains fields with values based on the list structure. | |
List Drives | List document libraries (drives) for a SharePoint site. Use this tool to get available drives for a given site. | List Drives List document libraries (drives) for a SharePoint site. Use this tool to get available drives for a given site. | |
List Items | List files and folders in a SharePoint drive or specific folder. Use this tool to browse the contents of document libraries and folders. Provide driveId to list root items, or add itemId to list items in a specific folder. Supports filtering, ordering, and field selection. For full-text search, use the searchItems tool instead. | List Items List files and folders in a SharePoint drive or specific folder. Use this tool to browse the contents of document libraries and folders. Provide driveId to list root items, or add itemId to list items in a specific folder. Supports filtering, ordering, and field selection. For full-text search, use the searchItems tool instead. | |
Showing 1 to 10 of 18 tools
