From microsoft-sharepoint
SharePoint and OneDrive file operations — find, upload, download, share, and organize files in SharePoint sites and document libraries via Graph API
npx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin microsoft-sharepointThis skill uses the workspace's default tool permissions.
- User asks to find, upload, download, or share files on SharePoint
Automates SharePoint operations: manage sites, lists, documents, folders, pages, and search content via REST API and Microsoft Graph tools. Requires Rube MCP server.
Interactively explore SharePoint sites, lists, document libraries, and files from CLI. Search sites, inspect list schemas/items, browse contents and folders.
Handles OneDrive and SharePoint files in Microsoft 365: checks quotas, lists/searches files, manages sharing permissions via Microsoft Graph API for access troubleshooting.
Share bugs, ideas, or general feedback.
sharepoint_list_sites to discover available sites.sharepoint_list_drives to find the right one. The default library is usually named "Documents".sharepoint_list_files to browse folder contents, or sharepoint_search_files for keyword-based search.sharepoint_search_files searches across file names and contentsharepoint_list_sites — List all SharePoint sites accessible to the usersharepoint_list_drives — List document libraries within a sitesharepoint_list_files — List files and folders within a drive or folder pathsharepoint_download_file — Download a file's contents by drive ID and item IDsharepoint_upload_file — Upload a file to a specific drive and folder pathsharepoint_search_files — Search for files by keyword across a sitesharepoint_get_file_info — Get metadata for a specific filesharepoint_create_folder — Create a new folder in a drivesharepoint_share_file — Create a sharing link for a filedownload_attachment — Download from any attachment URL (Graph or DevOps)list_conversation_attachments — List files shared in Teams chatslist_workitem_attachments — List attachments on an Azure DevOps work itemteams_share_file to send SharePoint files in Teams chat