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 environment.
Perform a search within folders to find specific items. Parameters: search_term (string).
Download a specific file from Sharepoint. Parameters: file_id (string).
Retrieve the content of a specific file. Parameters: file_id (string).