mcpsharepoint
This project is a Model Context Protocol server designed to facilitate access to organizational Sharepoint. Key features include listing sites, searching folders, downloading files, and reading files, aimed at improving research and development workflows.
What is the purpose of the Sharepoint MCP server?
The Sharepoint MCP server is designed to provide access to organizational Sharepoint resources for research and development purposes.
Which operations are currently supported?
The server currently supports operations like listing sites and reading files, with more features under development.
How can I deploy the server using Docker?
You can deploy the server using Docker by building the image with docker build -t mcp/sharepoint .
and running it with the appropriate environmental variables.
Is the server compatible with Claude Desktop?
Yes, the server can be configured to work with the Claude Desktop application by adding the necessary configuration to the claude_desktop_config.json
file.
What license is the server distributed under?
The server is licensed under the MIT License, allowing for free use, modification, and distribution under the terms of the license.