The SharePoint MCP server provides AI assistants with direct access to organizational SharePoint content through Microsoft Graph API integration. Developed by Brian Cusack, this TypeScript implementation exposes SharePoint documents, folders, and sites as resources while offering tools for document searching, content retrieval, and folder exploration. The server authenticates with Microsoft Entra using client credentials and translates requests into appropriate Graph API calls, returning formatted results. It includes specialized prompts for common tasks like document summarization and relevant content discovery, making it particularly valuable for users who need to access, search, and analyze corporate knowledge stored in SharePoint without leaving their AI assistant interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieve a list of all sites available in the Sharepoint.
Search for folders within the Sharepoint. Parameters: query (string).
Download a specified file from Sharepoint. Parameters: file_id (string).
Read the contents of a specified file in Sharepoint. Parameters: file_id (string).