MCP Sharepoint (aisuru)
JSON →A Model Context Protocol (MCP) server that exposes core Microsoft SharePoint / Microsoft Graph API functionalities as tools usable by LLM agents (e.g. Claude Desktop).
Tools · 9
- list_folders List folders in a SharePoint path
- create_folder Create a new folder in SharePoint
- delete_folder Delete a folder in SharePoint (only if empty)
- get_folder_tree Retrieve the folder tree structure in SharePoint
- list_documents List documents in a SharePoint path
- read_document Read document content (PDF, Word, Excel, PowerPoint) from SharePoint
- upload_document Upload a new document (text or binary) to SharePoint
- update_document Update an existing document in SharePoint (replace full content)
- delete_document Delete a document from SharePoint
Environment variables
TENANT_IDCLIENT_IDCLIENT_SECRETACCESS_TOKENSITE_ID
Links
★ 4 GitHub stars